From: Gerd Moellmann Date: Mon, 29 Jan 2001 15:50:53 +0000 (+0000) Subject: (imenu-syntax-alist): Add autoload cookie for X-Git-Tag: emacs-pretest-21.0.97~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=005913e452c6d6ea13028609651f9b06e3d55249;p=emacs.git (imenu-syntax-alist): Add autoload cookie for the `make-variable-buffer-local'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 79a010574bb..b5e2a39bb43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-01-29 Gerd Moellmann + + * imenu.el (imenu-syntax-alist): Add autoload cookie for + the `make-variable-buffer-local'. + 2001-01-29 Dave Love * ansi-color.el (ansi-color-for-comint-mode): Add :version. diff --git a/lisp/imenu.el b/lisp/imenu.el index 486fb0d2394..3f3a174abf6 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -689,6 +689,7 @@ a string, all the characters in the string get the specified syntax. This is typically used to give word syntax to characters which normally have symbol syntax to simplify `imenu-expression' and speed-up matching.") +;;;###autoload (make-variable-buffer-local 'imenu-syntax-alist) (defun imenu-default-create-index-function ()