Mercurial > emacs
changeset 101151:53aa76c1da13
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 13 Jan 2009 13:57:45 +0000 |
parents | c60067d1d8a4 |
children | fec1fa57c98a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jan 13 12:41:34 2009 +0000 +++ b/lisp/ChangeLog Tue Jan 13 13:57:45 2009 +0000 @@ -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)