From: Richard M. Stallman Date: Sun, 17 Mar 1996 15:37:36 +0000 (+0000) Subject: (imenu-generic-expression): Autoload the make-variable-buffer-local call. X-Git-Tag: emacs-19.34~1044 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af5eb153f539554ae71f038355d1184e73421b7b;p=emacs.git (imenu-generic-expression): Autoload the make-variable-buffer-local call. --- diff --git a/lisp/imenu.el b/lisp/imenu.el index 633c65afaf8..166d2e10798 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -146,6 +146,7 @@ For emacs-lisp-mode for example PATTERN would look like: The variable is buffer-local.") +;;;###autoload (make-variable-buffer-local 'imenu-generic-expression) ;;;; Hooks