From 005913e452c6d6ea13028609651f9b06e3d55249 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 29 Jan 2001 15:50:53 +0000 Subject: [PATCH] (imenu-syntax-alist): Add autoload cookie for the `make-variable-buffer-local'. --- lisp/ChangeLog | 5 +++++ lisp/imenu.el | 1 + 2 files changed, 6 insertions(+) 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 () -- 2.39.2