Mercurial > emacs
comparison lisp/ChangeLog @ 37496:a6bfadc01215
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Apr 2001 19:43:32 +0000 |
parents | df4145994d9c |
children | 08e799af2936 |
comparison
equal
deleted
inserted
replaced
37495:df4145994d9c | 37496:a6bfadc01215 |
---|---|
1 2001-04-26 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * dabbrev.el: Add doc strings for some functions. | |
4 (dabbrev--eliminate-newlines): New variable. | |
5 (dabbrev--substitute-expansion): Convert newlines to spaces | |
6 if dabbrev--eliminate-newlines is set. | |
7 If abbrev and expansion are both all-lower-case, | |
8 leave dabbrev--last-case-pattern nil. | |
9 | |
1 2001-04-26 Gerd Moellmann <gerd@gnu.org> | 10 2001-04-26 Gerd Moellmann <gerd@gnu.org> |
2 | 11 |
3 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh | 12 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh |
4 if necessary, like in rmail-show-message. | 13 if necessary, like in rmail-show-message. |
5 | 14 |