Mercurial > emacs
comparison lisp/ChangeLog @ 40336:8f116e4bd2cd
(sh-font-lock-close-heredoc): check the args for being non-nil
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 26 Oct 2001 13:54:45 +0000 |
parents | fdcfb565034f |
children | ffc4cf9a7cbd |
comparison
equal
deleted
inserted
replaced
40335:96186171af6d | 40336:8f116e4bd2cd |
---|---|
1 2001-10-26 Sam Steingold <sds@gnu.org> | |
2 | |
3 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): | |
4 Protect the /= test by checking that the args are non-nil. | |
5 (sh-font-lock-close-heredoc): check eof for being non-nil. | |
6 | |
1 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se> | 7 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se> |
2 | 8 |
3 * textmodes/artist.el (artist-version): 1.2.4. | 9 * textmodes/artist.el (artist-version): 1.2.4. |
4 (artist-butlast-fn): New variable. | 10 (artist-butlast-fn): New variable. |
5 (artist-butlast): New function. | 11 (artist-butlast): New function. |
23 (ps-mode-print-region): Use `with-temp-buffer'. | 29 (ps-mode-print-region): Use `with-temp-buffer'. |
24 (ps-run-start): Use of `mapconcat'. Use `apply' instead of | 30 (ps-run-start): Use of `mapconcat'. Use `apply' instead of |
25 `eval'. | 31 `eval'. |
26 (numerous places): Add back-tick and tick around names in | 32 (numerous places): Add back-tick and tick around names in |
27 docstrings, fix punctuation in docstrings, remove trailing spaces. | 33 docstrings, fix punctuation in docstrings, remove trailing spaces. |
28 | 34 |
29 2001-10-25 Sam Steingold <sds@gnu.org> | 35 2001-10-25 Sam Steingold <sds@gnu.org> |
30 | 36 |
31 * add-log.el (add-log-always-start-new-record): New user option. | 37 * add-log.el (add-log-always-start-new-record): New user option. |
32 (add-change-log-entry): Use it. | 38 (add-change-log-entry): Use it. |
33 | 39 |