diff options
| author | Stefan Monnier | 2008-03-11 22:02:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-11 22:02:46 +0000 |
| commit | 94e73757523d97f0f068fa2f3e10e6a34fc7b2a6 (patch) | |
| tree | 21d215741060991d644c2ed7124641e97d3956c5 /lisp/ChangeLog | |
| parent | 38a79e33151c1d81207a24339150e49a5658cb25 (diff) | |
| download | emacs-94e73757523d97f0f068fa2f3e10e6a34fc7b2a6.tar.gz emacs-94e73757523d97f0f068fa2f3e10e6a34fc7b2a6.zip | |
(minibuffer-local-map): Use the same command for the "Quit" menu as used for
the C-g key, so the shortcut displayed is C-g.
Prefer RET over C-j for exit-minibuffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1eaad1f0061..fbf76180037 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * menu-bar.el (minibuffer-local-map): Use the same command for the | ||
| 4 | "Quit" menu as used for the C-g key, so the shortcut displayed is C-g. | ||
| 5 | Prefer RET over C-j for exit-minibuffer. | ||
| 6 | |||
| 3 | * files.el (display-buffer-other-frame): Eliminate problematic code. | 7 | * files.el (display-buffer-other-frame): Eliminate problematic code. |
| 4 | 8 | ||
| 5 | * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove. | 9 | * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove. |