the `make-variable-buffer-local'.
+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.
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 ()