diff options
| author | Chong Yidong | 2007-03-17 18:53:08 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-03-17 18:53:08 +0000 |
| commit | 19f512103c1dd481aaceaf2d7071d4ba0c246729 (patch) | |
| tree | 357484417562d0a5f89585bb1dd571c09ea76c6b | |
| parent | edd2a6222458712b3a3fafe59756fcdc5aa3f99f (diff) | |
| download | emacs-19f512103c1dd481aaceaf2d7071d4ba0c246729.tar.gz emacs-19f512103c1dd481aaceaf2d7071d4ba0c246729.zip | |
Fix formatting typos.
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 723d7c3e48d..ccb2cbeaa0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -42,18 +42,18 @@ | |||
| 42 | * startup.el (command-line-1): Make insertion of | 42 | * startup.el (command-line-1): Make insertion of |
| 43 | initial-scratch-message not depend on scratch being selected. | 43 | initial-scratch-message not depend on scratch being selected. |
| 44 | 44 | ||
| 45 | 2007-03-11 Juri Linkov <juri@jurta.org> | 45 | 2007-03-11 Juri Linkov <juri@jurta.org> |
| 46 | 46 | ||
| 47 | * replace.el (match): Use yellow background on light-bg terminals. | 47 | * replace.el (match): Use yellow background on light-bg terminals. |
| 48 | 48 | ||
| 49 | 2007-03-11 Richard Stallman <rms@gnu.org> | 49 | 2007-03-11 Richard Stallman <rms@gnu.org> |
| 50 | 50 | ||
| 51 | * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): | 51 | * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): |
| 52 | Correctly compute line number. | 52 | Correctly compute line number. |
| 53 | 53 | ||
| 54 | 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com> | 54 | 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com> |
| 55 | 55 | ||
| 56 | * type-break.el (type-break-get-previous-count): | 56 | * type-break.el (type-break-get-previous-count): |
| 57 | Repeat previous change here. | 57 | Repeat previous change here. |
| 58 | 58 | ||
| 59 | 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu> | 59 | 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu> |