mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(kill-this-buffer): Set a good example by using menu bar, not menubar
in comment.
This commit is contained in:
parent
f3725983e7
commit
6eee5abf2f
@ -1,3 +1,8 @@
|
||||
2005-12-16 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* menu-bar.el (kill-this-buffer): Set a good example by using menu
|
||||
bar, not menubar in comment.
|
||||
|
||||
2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/cc-engine.el (c-after-change-check-<>-operators):
|
||||
|
@ -1432,7 +1432,7 @@ for the definition of the menu frame."
|
||||
(selected-frame))))
|
||||
(not (window-minibuffer-p (frame-selected-window menu-frame)))))
|
||||
|
||||
(defun kill-this-buffer () ; for the menubar
|
||||
(defun kill-this-buffer () ; for the menu bar
|
||||
"Kill the current buffer."
|
||||
(interactive)
|
||||
(kill-buffer (current-buffer)))
|
||||
|
Loading…
Reference in New Issue
Block a user