diff options
| author | Miles Bader | 2000-11-18 14:44:06 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-11-18 14:44:06 +0000 |
| commit | 509633e341042edf9290fd9705c27c35f1ce6aa9 (patch) | |
| tree | d14cc40e23cf26f96a2ca48db7c4df237d162cca /src/ChangeLog | |
| parent | 679884452349c5ed5029856cbb9f30fea5077a8f (diff) | |
| download | emacs-509633e341042edf9290fd9705c27c35f1ce6aa9.tar.gz emacs-509633e341042edf9290fd9705c27c35f1ce6aa9.zip | |
(message_log_check_duplicate): Let "..."-detection match
lines that *end* with "..." too (that's the most common case!).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc7d29e3466..3677236528a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-11-18 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (message_log_check_duplicate): Let "..."-detection match | ||
| 4 | lines that *end* with "..." too (that's the most common case!). | ||
| 5 | |||
| 1 | 2000-11-18 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-11-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (resize_mini_window): Temporarily change to the | 8 | * xdisp.c (resize_mini_window): Temporarily change to the |