diff options
| author | Leo Liu | 2012-04-21 22:12:27 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-04-21 22:12:27 +0800 |
| commit | d64a438f6a88f5db66ddf21ff97f9e06c00e33b0 (patch) | |
| tree | 58f636c074499ce58adda86a1cb46b117818dc55 /lisp/ChangeLog | |
| parent | b91b7e4d21bb1b675aeb678077901b758363db41 (diff) | |
| download | emacs-d64a438f6a88f5db66ddf21ff97f9e06c00e33b0.tar.gz emacs-d64a438f6a88f5db66ddf21ff97f9e06c00e33b0.zip | |
* lisp/net/rcirc.el (rcirc): Avoid error when process-contact returns
t.
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 004a52c8d36..1b9ef8dbd02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-21 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * net/rcirc.el (rcirc): Avoid error when process-contact returns | ||
| 4 | t. | ||
| 5 | |||
| 1 | 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de> | 6 | 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de> |
| 2 | 7 | ||
| 3 | * woman.el: Add support for "T{ T}" tbl syntax, and fix the | 8 | * woman.el: Add support for "T{ T}" tbl syntax, and fix the |