aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-02-24 01:16:23 +0000
committerRichard M. Stallman <[email protected]>1996-02-24 01:16:23 +0000
commit7bf09e90d7a02eba8d8c08a11dfd26f2de7fb06c (patch)
treedc85842d0449e6429d53fc3d295971bb248b2832 /lisp
parent76e230b20fb0e33aba93912ce77ff52115e28b66 (diff)
(imenu-update-menubar): Fix paren error.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/imenu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index d3f66b3e61..70a1b05195 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -806,8 +806,8 @@ See `imenu' for more information."
(let ((newmap (make-sparse-keymap)))
(define-key (current-local-map) [menu-bar index]
(cons name (nconc (make-sparse-keymap "Imenu")
- (make-sparse-keymap)))))
- (use-local-map (append newmap (current-local-map))))
+ (make-sparse-keymap))))
+ (use-local-map (append newmap (current-local-map)))))
(make-local-variable 'imenu-buffer-menubar)
t)
(let ((index-alist (imenu--make-index-alist t)))