mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 05:30:43 -08:00
(popup-menu): Balance parens.
This commit is contained in:
parent
7dbc9c8a2c
commit
65b61266fd
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue