aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/imenu.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-03-17 15:37:36 +0000
committerRichard M. Stallman <[email protected]>1996-03-17 15:37:36 +0000
commitaf5eb153f539554ae71f038355d1184e73421b7b (patch)
tree1909c6397f58ca69ea893905aaf84c5e9c66dd37 /lisp/imenu.el
parenta85a468e07d9ec4fb14a493f7dd2e561ba62dbcf (diff)
(imenu-generic-expression): Autoload the make-variable-buffer-local call.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r--lisp/imenu.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index 633c65afaf..166d2e1079 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