comparison lisp/ChangeLog @ 106020:dd16af77622d

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 15 Nov 2009 05:12:52 +0000
parents 227bcb572dbe
children 1db0581a94d9
comparison
equal deleted inserted replaced
106019:053192c3df59 106020:dd16af77622d
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
4 constants. (Bug#4913) 13 constants. (Bug#4913)
5 14