diff options
| author | Stefan Monnier | 2009-11-15 05:12:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-11-15 05:12:52 +0000 |
| commit | 8d720a006679b8f443757cb8c8cc32fe676a4fb7 (patch) | |
| tree | 1e23554cf6756ffa94f2879365b3cd4b9af2bd36 /lisp/ChangeLog | |
| parent | 68a1b09056bff25c640fff096448649e1cb8e411 (diff) | |
| download | emacs-8d720a006679b8f443757cb8c8cc32fe676a4fb7.tar.gz emacs-8d720a006679b8f443757cb8c8cc32fe676a4fb7.zip | |
(disabled-command-function): Add useful args.
Setup the help buffer so that [back] works.
Remove redundant call to help-mode.
(disabled-command-function): Use `case'.
(en/disable-command): New function extracted from enable-command.
(enable-command, disable-command): Use it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f6b73be406..c4dddab05c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * novice.el (disabled-command-function): Add useful args. | ||
| 4 | Setup the help buffer so that [back] works. | ||
| 5 | Remove redundant call to help-mode. | ||
| 6 | (disabled-command-function): Use `case'. | ||
| 7 | (en/disable-command): New function extracted from enable-command. | ||
| 8 | (enable-command, disable-command): Use it. | ||
| 9 | |||
| 1 | 2009-11-14 Glenn Morris <rgm@gnu.org> | 10 | 2009-11-14 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not | 12 | * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not |