diff options
| author | Katsumi Yamaoka | 2009-12-18 00:52:39 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2009-12-18 00:52:39 +0000 |
| commit | 78dc2a385971249bd85e041a6187e6490abc5943 (patch) | |
| tree | 80513233507928c32da1600376d9446e5082af34 | |
| parent | 49b196a5f111d58fd485a1b17ca7e3f2a543b293 (diff) | |
| download | emacs-78dc2a385971249bd85e041a6187e6490abc5943.tar.gz emacs-78dc2a385971249bd85e041a6187e6490abc5943.zip | |
Typo.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 94735a81b7e..ff2649fe88c 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org> | 1 | 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 2 | ||
| 3 | * nntp.el (nntp-service-to-port): Work for port expressed with numeric | 3 | * nntp.el (nntp-service-to-port): Work for service expressed with |
| 4 | string; replace [:digit:] with [0-9] for XEmacs. | 4 | numeric string; replace [:digit:] with [0-9] for XEmacs. |
| 5 | 5 | ||
| 6 | 2009-12-17 Glenn Morris <rgm@gnu.org> | 6 | 2009-12-17 Glenn Morris <rgm@gnu.org> |
| 7 | 7 | ||