X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/8ec3bce045abe9158fdcb290e23d6b479b8fd3b4..68e7476278a3dc4bd13dab63cc23bc0e671e5525:/lisp/progmodes/dcl-mode.el diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index 16d1d7ba41..0f19ea3327 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -1,6 +1,6 @@ ;;; dcl-mode.el --- major mode for editing DCL command files -;; Copyright (c) 1997, 2001, 2002, 2003, 2004, 2005 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. ;; Author: Odd Gripenstam @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, @@ -71,6 +71,8 @@ ;;; Code: +(require 'tempo) + ;;; *** Customization ***************************************************** @@ -1935,8 +1937,6 @@ section at the end of the current buffer." ;; standard Emacs. I would have liked something closer to the functionality ;; of LSE templates... - -(require 'tempo) (defvar dcl-tempo-tags nil "Tempo tags for DCL mode.") @@ -2201,6 +2201,7 @@ otherwise return nil." () (equal start (match-end 0)))))) +(declare-function imenu-default-create-index-function "imenu" ()) ;;;------------------------------------------------------------------------- (defun dcl-imenu-create-index-function ()