Mercurial > emacs
changeset 32319:452e7cc818ac
(popup-menu): Balance parens.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 09 Oct 2000 00:26:34 +0000 |
parents | 8f591bd8ee83 |
children | 0a173bf1b077 |
files | lisp/mouse.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse.el Sun Oct 08 23:35:47 2000 +0000 +++ b/lisp/mouse.el Mon Oct 09 00:26:34 2000 +0000 @@ -95,7 +95,7 @@ ;; 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