Mercurial > emacs
changeset 63366:93fc0d1b1c8c
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 13 Jun 2005 08:22:34 +0000 |
parents | 2ea9fa348c21 |
children | 2f19ae1a6571 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 13 08:21:37 2005 +0000 +++ b/lisp/ChangeLog Mon Jun 13 08:22:34 2005 +0000 @@ -1,5 +1,13 @@ 2005-06-13 Lute Kamstra <lute@gnu.org> + * woman.el (woman-mode-line-format): Delete constant. + (woman-mode-map): Initialize it properly. + (woman-mode): Set mode-class property to special. Use + delay-mode-hooks and run-mode-hooks. Use the right keymap. Set + major-mode and mode-name. Don't set mode-line-format directly. + (Man-getpage-in-background): Don't reference + woman-mode-line-format. + * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty string argument obsolete.