diff options
| author | Miles Bader | 2000-10-09 00:27:48 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-09 00:27:48 +0000 |
| commit | 65b61266fdabceec09be7d2ea4825fb26d88c5dc (patch) | |
| tree | a39a54b669d0a25e2e7e124c880e22ac948cf6e3 /lisp/mouse.el | |
| parent | 7dbc9c8a2ce6179bee9c82740b2232c22b6a6be3 (diff) | |
| download | emacs-65b61266fdabceec09be7d2ea4825fb26d88c5dc.tar.gz emacs-65b61266fdabceec09be7d2ea4825fb26d88c5dc.zip | |
(popup-menu): Balance parens.
Diffstat (limited to 'lisp/mouse.el')
| -rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 95 | ;; expects this to be set from a menu keymap. | 95 | ;; expects this to be set from a menu keymap. |
| 96 | (setq last-command-event (car (last event))) | 96 | (setq last-command-event (car (last event))) |
| 97 | ;; mouse-major-mode-menu was using `command-execute' instead. | 97 | ;; mouse-major-mode-menu was using `command-execute' instead. |
| 98 | (call-interactively cmd))))))) | 98 | (call-interactively cmd)))) |
| 99 | 99 | ||
| 100 | (defvar mouse-major-mode-menu-prefix) ; dynamically bound | 100 | (defvar mouse-major-mode-menu-prefix) ; dynamically bound |
| 101 | 101 | ||