diff options
| author | Eli Zaretskii | 2014-08-30 12:21:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-08-30 12:21:16 +0300 |
| commit | 670e4e486eb9f249269560a2e1fc9f3649d9860a (patch) | |
| tree | 32e4ad5951a53feff0d991dd317a06c40a53baf0 | |
| parent | e7027eab55d9b3b63ddc1c26f3e222692c8c9499 (diff) | |
| download | emacs-670e4e486eb9f249269560a2e1fc9f3649d9860a.tar.gz emacs-670e4e486eb9f249269560a2e1fc9f3649d9860a.zip | |
Minor ChangeLog fixes.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index af801a27e98..d1459592777 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6094,8 +6094,8 @@ | |||
| 6094 | 6094 | ||
| 6095 | 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 6095 | 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
| 6096 | 6096 | ||
| 6097 | * ispell.el (ispell-region): Reset `in-comment' for new line | 6097 | * textmodes/ispell.el (ispell-region): Reset `in-comment' for new |
| 6098 | instead of wrongly reset `add-coment' (bug#13577). | 6098 | line instead of wrongly reset `add-coment' (bug#13577). |
| 6099 | 6099 | ||
| 6100 | 2014-01-14 Daiki Ueno <ueno@gnu.org> | 6100 | 2014-01-14 Daiki Ueno <ueno@gnu.org> |
| 6101 | 6101 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 0e0fdb2e738..dece8255a05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1932,7 +1932,7 @@ | |||
| 1932 | 1932 | ||
| 1933 | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. | 1933 | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. |
| 1934 | * font.c (font_done_for_face): | 1934 | * font.c (font_done_for_face): |
| 1935 | * xface.c (realize_non_ascii_face): Adjust user. | 1935 | * xfaces.c (realize_non_ascii_face): Adjust user. |
| 1936 | * font.h (struct font_driver): Convert 'prepare_face' to return | 1936 | * font.h (struct font_driver): Convert 'prepare_face' to return |
| 1937 | void because its return value is never used anyway. | 1937 | void because its return value is never used anyway. |
| 1938 | * xfont.c (xfont_prepare_face): Return void. | 1938 | * xfont.c (xfont_prepare_face): Return void. |