diff options
| author | Juanma Barranquero | 2012-01-23 02:10:50 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-01-23 02:10:50 +0100 |
| commit | d1a5c3b45081c237658c6f6b74bbd6bc986acb60 (patch) | |
| tree | bed862c67fda5e5450fbfcc1be0945d826145054 /lisp/ChangeLog | |
| parent | a5509865d7a0dd40bfb6217693ca2684a517d6d0 (diff) | |
| download | emacs-d1a5c3b45081c237658c6f6b74bbd6bc986acb60.tar.gz emacs-d1a5c3b45081c237658c6f6b74bbd6bc986acb60.zip | |
lisp/subr.el (display-delayed-warnings): Collapse identical adjacent messages.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ada003d23d..ff2b4b5f226 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * subr.el (display-delayed-warnings): | ||
| 4 | Collapse identical adjacent messages. | ||
| 5 | |||
| 1 | 2012-01-22 Michael Albinus <michael.albinus@gmx.de> | 6 | 2012-01-22 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/tramp.el (tramp-action-login): Set connection property "login-as". | 8 | * net/tramp.el (tramp-action-login): Set connection property "login-as". |