]> code.delx.au - gnu-emacs/commitdiff
(imenu-syntax-alist): Add autoload cookie for
authorGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 15:50:53 +0000 (15:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 15:50:53 +0000 (15:50 +0000)
the `make-variable-buffer-local'.

lisp/ChangeLog
lisp/imenu.el

index 79a010574bb6225fd665dffe0275ca2c0147f55c..b5e2a39bb43c61c1c2c40fb5fbf5988fc173e604 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * imenu.el (imenu-syntax-alist): Add autoload cookie for
+       the `make-variable-buffer-local'.
+
 2001-01-29  Dave Love  <fx@gnu.org>
 
        * ansi-color.el (ansi-color-for-comint-mode): Add :version.
index 486fb0d23946b7122bf22850f3004f2d16db61eb..3f3a174abf643e659be2fd317007689ab5a26e6c 100644 (file)
@@ -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 ()