]> git.eshelyaron.com Git - emacs.git/commitdiff
(imenu-choose-buffer-index): Understand that (menu-bar)
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Jun 1995 10:05:22 +0000 (10:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Jun 1995 10:05:22 +0000 (10:05 +0000)
doesn't specify a window.

lisp/imenu.el

index 315e2caf599c697a3898e31222ab02f9562bf03c..3fedade04e77249018ff5072b931c0657d63f282 100644 (file)
@@ -964,6 +964,7 @@ The returned value is on the form (INDEX-NAME . INDEX-POSITION)."
     ;; If selected by mouse, see to that the window where the mouse is
     ;; really is selected.
     (and mouse-triggered
+        (not (equal last-nonmenu-event '(menu-bar)))
         (let ((window (posn-window (event-start last-nonmenu-event))))
           (or (framep window) (select-window window))))
     ;; Create a list for this buffer only when needed.