Mercurial > emacs
changeset 102594:1673b5193731
Formatting fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 16 Mar 2009 00:23:45 +0000 |
parents | 4459c6020d05 |
children | 91e59cf19c07 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 16 00:13:34 2009 +0000 +++ b/lisp/ChangeLog Mon Mar 16 00:23:45 2009 +0000 @@ -35,10 +35,11 @@ * term/ns-win.el (ns-expand-space): Remove. (ns-show-prefs event): Run `customize'. (ns-power-off): Run `save-buffers-kill-emacs', but ask user - whether to save files (as is standard) + whether to save files (as is standard). (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region) (menu-bar-enable-clipboard): Do not undefine these. - (ns-save-preferences,ns-save-options,ns-show-preferences-help): Remove. + (ns-save-preferences, ns-save-options, ns-show-preferences-help): + Remove. 2009-03-14 Glenn Morris <rgm@gnu.org>