diff options
| -rw-r--r-- | lisp/imenu.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index d3f66b3e610..70a1b051956 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el | |||
| @@ -806,8 +806,8 @@ See `imenu' for more information." | |||
| 806 | (let ((newmap (make-sparse-keymap))) | 806 | (let ((newmap (make-sparse-keymap))) |
| 807 | (define-key (current-local-map) [menu-bar index] | 807 | (define-key (current-local-map) [menu-bar index] |
| 808 | (cons name (nconc (make-sparse-keymap "Imenu") | 808 | (cons name (nconc (make-sparse-keymap "Imenu") |
| 809 | (make-sparse-keymap))))) | 809 | (make-sparse-keymap)))) |
| 810 | (use-local-map (append newmap (current-local-map)))) | 810 | (use-local-map (append newmap (current-local-map))))) |
| 811 | (make-local-variable 'imenu-buffer-menubar) | 811 | (make-local-variable 'imenu-buffer-menubar) |
| 812 | t) | 812 | t) |
| 813 | (let ((index-alist (imenu--make-index-alist t))) | 813 | (let ((index-alist (imenu--make-index-alist t))) |