diff options
| author | Leo Liu | 2012-06-24 10:34:52 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-06-24 10:34:52 +0800 |
| commit | d939b632e16854db64f4ffc142eb8f9b243c4f5c (patch) | |
| tree | 68b8c1f88effa2dbae72ace71980c5ef648e331c /lisp/ChangeLog | |
| parent | c101ef0a3cf3e5c99280beb739c006955865b1ff (diff) | |
| download | emacs-d939b632e16854db64f4ffc142eb8f9b243c4f5c.tar.gz emacs-d939b632e16854db64f4ffc142eb8f9b243c4f5c.zip | |
Backport: Avoid error when process-contact returns t in rcirc
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d51598a777..3e75c2d718f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-06-24 Leo Liu <sdl.web@gmail.com> | 1 | 2012-06-24 Leo Liu <sdl.web@gmail.com> |
| 2 | 2 | ||
| 3 | * net/rcirc.el (rcirc): Avoid error when process-contact returns t. | ||
| 4 | |||
| 3 | * vc/diff-mode.el (diff-file-prev/next): Fix typo. | 5 | * vc/diff-mode.el (diff-file-prev/next): Fix typo. |
| 4 | 6 | ||
| 5 | 2012-06-23 Leo Liu <sdl.web@gmail.com> | 7 | 2012-06-23 Leo Liu <sdl.web@gmail.com> |