* menu-bar.el (menu-bar-file-menu): Do not hardbind key display
authorChong Yidong <cyd@stupidchicken.com>
Tue, 13 Jan 2009 13:57:45 +0000 (13:57 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 13 Jan 2009 13:57:45 +0000 (13:57 +0000)
for exit-emacs item.  Bind it to save-buffers-kill-terminal.

* diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
loaded.

lisp/ChangeLog

index 232bc70..8c90052 100644 (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)