]> git.eshelyaron.com Git - emacs.git/commitdiff
(popup-menu): Balance parens.
authorMiles Bader <miles@gnu.org>
Mon, 9 Oct 2000 00:27:48 +0000 (00:27 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 9 Oct 2000 00:27:48 +0000 (00:27 +0000)
lisp/ChangeLog
lisp/mouse.el

index 9e25fa395d1006d15aaf6513da0636dbedbb3543..27b732da5fc0e113d9663db9f5e6a501b07ce5db 100644 (file)
@@ -10,6 +10,8 @@
        if the associated variable is non-nil, which requires that all
        needed functions be already defined.
 
+       * mouse.el (popup-menu): Balance parens.
+
 2000-10-08  Dave Love  <fx@gnu.org>
 
        * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
index 7a18469a020d74410499c97d76e1fa0a71277a72..4d5c3c495aeb336c0c75a7a62a0fd7ba09270da1 100644 (file)
@@ -95,7 +95,7 @@ PREFIX is the prefix argument (if any) to pass to the command."
       ;; expects this to be set from a menu keymap.
       (setq last-command-event (car (last event)))
       ;; mouse-major-mode-menu was using `command-execute' instead.
-      (call-interactively cmd)))))))
+      (call-interactively cmd))))
 
 (defvar mouse-major-mode-menu-prefix)  ; dynamically bound