diff options
| author | Martin Rudalics | 2011-09-30 15:23:12 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-09-30 15:23:12 +0200 |
| commit | cbc5ee224e558a2ee11c7abab293b2f2084852cd (patch) | |
| tree | 27fe6fe8e8229362be920627de8d6c92468ea764 | |
| parent | 199e4c7e5d116a37d76698f611133aa84fcbac63 (diff) | |
| download | emacs-cbc5ee224e558a2ee11c7abab293b2f2084852cd.tar.gz emacs-cbc5ee224e558a2ee11c7abab293b2f2084852cd.zip | |
Fix bug number in ChangeLog entry.
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13efd17cfac..38651d42596 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * startup.el (command-line-1): Fix last fix by inserting | 3 | * startup.el (command-line-1): Fix last fix by inserting |
| 4 | initial-scratch-message into *scratch* before displaying it. | 4 | initial-scratch-message into *scratch* before displaying it. |
| 5 | (Bug#9626) and (Bug#9636) | 5 | (Bug#9605) and (Bug#9636) |
| 6 | 6 | ||
| 7 | 2011-09-29 Eli Zaretskii <eliz@gnu.org> | 7 | 2011-09-29 Eli Zaretskii <eliz@gnu.org> |
| 8 | 8 | ||