mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
; * lisp/menu-bar.el (kill-this-buffer): Fix typo.
This commit is contained in:
parent
627d60910b
commit
1c14ccfee5
1 changed files with 1 additions and 1 deletions
|
|
@ -2241,7 +2241,7 @@ using `abort-recursive-edit'.
|
|||
This command can be reliably invoked only from the menu bar,
|
||||
otherwise it could decide to silently do nothing."
|
||||
(interactive "e")
|
||||
;; This clossus of a conditional is necessary to account for the wide
|
||||
;; This colossus of a conditional is necessary to account for the wide
|
||||
;; variety of this command's callers.
|
||||
(if (let* ((window (or (and event (event-start event)
|
||||
(posn-window (event-start event)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue