# HG changeset patch # User Gerd Moellmann # Date 980783420 0 # Node ID 8b295a5d2192071de0854f704370046cf254974c # Parent 2420bdb3fc46c61d14efa5ce95791d6d6f0298c4 (imenu-syntax-alist): Add autoload cookie for the `make-variable-buffer-local'. diff -r 2420bdb3fc46 -r 8b295a5d2192 lisp/imenu.el --- a/lisp/imenu.el Mon Jan 29 15:40:44 2001 +0000 +++ b/lisp/imenu.el Mon Jan 29 15:50:20 2001 +0000 @@ -689,6 +689,7 @@ 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 ()