From: Miles Bader Date: Mon, 9 Oct 2000 00:27:48 +0000 (+0000) Subject: (popup-menu): Balance parens. X-Git-Tag: emacs-pretest-21.0.90~1012 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65b61266fdabceec09be7d2ea4825fb26d88c5dc;p=emacs.git (popup-menu): Balance parens. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e25fa395d1..27b732da5fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map. diff --git a/lisp/mouse.el b/lisp/mouse.el index 7a18469a020..4d5c3c495ae 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -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