summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-01-29 15:50:53 +0000
committerGerd Moellmann <gerd@gnu.org>2001-01-29 15:50:53 +0000
commit005913e452c6d6ea13028609651f9b06e3d55249 (patch)
tree42147a010f1850986deb4d51718c59d18bb0de33
parent58622cc5c8585c7b2241dcb1f82abe5390336199 (diff)
downloademacs-005913e452c6d6ea13028609651f9b06e3d55249.tar.gz
(imenu-syntax-alist): Add autoload cookie for
the `make-variable-buffer-local'.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/imenu.el1
2 files changed, 6 insertions, 0 deletions
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 <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.
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 ()