diff options
author | Dave Love <fx@gnu.org> | 1998-05-06 14:58:47 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1998-05-06 14:58:47 +0000 |
commit | b2118a4123f4ccd4ade6b5a2a93c5778f4eb7224 (patch) | |
tree | cc637b41211daa38ab91aa38ed6567b14ccf7f00 /lisp/imenu.el | |
parent | 0465c34f4139db80de7ea66e3111b0233a9160a9 (diff) | |
download | emacs-b2118a4123f4ccd4ade6b5a2a93c5778f4eb7224.tar.gz |
(imenu-create-index-function): Remove autoload cookie
to avoid nil default value.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index cae7310eed0..30e2120934b 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -222,7 +222,6 @@ if it is a sub-alist. This function is called within a `save-excursion'. The variable is buffer-local.") -;;;###autoload (make-variable-buffer-local 'imenu-create-index-function) (defvar imenu-prev-index-position-function 'beginning-of-defun |