]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 27 Oct 2001 08:12:55 +0000 (08:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 27 Oct 2001 08:12:55 +0000 (08:12 +0000)
lisp/ChangeLog

index b9ccd6c4683810108335a610b780862ffe0135d7..608d7c54f0f04b2efb30c94b3b55c595af45c37f 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/text-mode.el (text-mode): Use define-derived-mode.
+       (toggle-text-mode-auto-fill): Use derived-mode-p.
+
 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
 
        * 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  <tab@lysator.liu.se>
 
@@ -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.