diff options
| author | Dave Love | 1998-05-06 14:58:47 +0000 |
|---|---|---|
| committer | Dave Love | 1998-05-06 14:58:47 +0000 |
| commit | b2118a4123f4ccd4ade6b5a2a93c5778f4eb7224 (patch) | |
| tree | cc637b41211daa38ab91aa38ed6567b14ccf7f00 | |
| parent | 0465c34f4139db80de7ea66e3111b0233a9160a9 (diff) | |
| download | emacs-b2118a4123f4ccd4ade6b5a2a93c5778f4eb7224.tar.gz emacs-b2118a4123f4ccd4ade6b5a2a93c5778f4eb7224.zip | |
(imenu-create-index-function): Remove autoload cookie
to avoid nil default value.
| -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. | |||
| 222 | This function is called within a `save-excursion'. | 222 | This function is called within a `save-excursion'. |
| 223 | 223 | ||
| 224 | The variable is buffer-local.") | 224 | The variable is buffer-local.") |
| 225 | ;;;###autoload | ||
| 226 | (make-variable-buffer-local 'imenu-create-index-function) | 225 | (make-variable-buffer-local 'imenu-create-index-function) |
| 227 | 226 | ||
| 228 | (defvar imenu-prev-index-position-function 'beginning-of-defun | 227 | (defvar imenu-prev-index-position-function 'beginning-of-defun |