(imenu-update-menubar): Fix paren error.
This commit is contained in:
parent
76e230b20f
commit
7bf09e90d7
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue