1
0
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:
Bill Wohler 2005-12-16 20:37:23 +00:00
parent f3725983e7
commit 6eee5abf2f
2 changed files with 6 additions and 1 deletions

View File

@ -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):

View File

@ -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)))