changeset 35688:8b295a5d2192

(imenu-syntax-alist): Add autoload cookie for the `make-variable-buffer-local'.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 29 Jan 2001 15:50:20 +0000
parents 2420bdb3fc46
children ee10f85a7117
files lisp/imenu.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 ()