1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

* menu-bar.el (menu-bar-file-menu): Do not hardbind key display

for exit-emacs item.  Bind it to save-buffers-kill-terminal.

* diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
loaded.
This commit is contained in:
Chong Yidong 2009-01-13 13:57:45 +00:00
parent 0db2e6afa3
commit 8e25a29550

View File

@ -1,3 +1,11 @@
2009-01-13 Chong Yidong <cyd@stupidchicken.com>
* menu-bar.el (menu-bar-file-menu): Do not hardbind key display
for exit-emacs item. Bind it to save-buffers-kill-terminal.
* diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
loaded.
2009-01-13 Jason Rumney <jasonr@gnu.org>
* faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)