]> git.eshelyaron.com Git - emacs.git/commitdiff
(imenu-add-to-menubar): Fix again.
authorDave Love <fx@gnu.org>
Sun, 8 Oct 2000 15:13:43 +0000 (15:13 +0000)
committerDave Love <fx@gnu.org>
Sun, 8 Oct 2000 15:13:43 +0000 (15:13 +0000)
lisp/imenu.el

index 8f223d3fb1ca1fd9f765583f0a501d4b87bed68f..eb7dc042e68a5cf782fc3d92ad2cee320ba2874d 100644 (file)
@@ -1002,8 +1002,7 @@ See the command `imenu' for more information."
        (set-keymap-parent newmap (current-local-map))
        (setq imenu--last-menubar-index-alist nil)
        (define-key newmap [menu-bar index]
-         (define-key map [index] 
-           `(menu-item ,name ,(make-sparse-keymap "Imenu"))))
+         `(menu-item ,name ,(make-sparse-keymap "Imenu")))
        (use-local-map newmap)
        (add-hook 'menu-bar-update-hook 'imenu-update-menubar))
     (error "The mode `%s' does not support Imenu" mode-name)))