From: Stefan Monnier Date: Sat, 27 Oct 2001 08:12:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9c6ab68476385d018e5b9eaf5278dce91840af1;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9ccd6c4683..608d7c54f0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-27 Stefan Monnier + + * textmodes/text-mode.el (text-mode): Use define-derived-mode. + (toggle-text-mode-auto-fill): Use derived-mode-p. + 2001-10-27 Gerd Moellmann * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for @@ -45,7 +50,7 @@ * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Protect the /= test by checking that the args are non-nil. - (sh-font-lock-close-heredoc): check eof for being non-nil. + (sh-font-lock-close-heredoc): Check eof for being non-nil. 2001-10-26 Tomas Abrahamsson @@ -70,8 +75,7 @@ (ps-mode-print-buffer, ps-mode-print-region): Use `funcall' instead of `eval'. (ps-mode-print-region): Use `with-temp-buffer'. - (ps-run-start): Use of `mapconcat'. Use `apply' instead of - `eval'. + (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'. (numerous places): Add back-tick and tick around names in docstrings, fix punctuation in docstrings, remove trailing spaces.