From: Eli Zaretskii Date: Sat, 30 Aug 2014 09:21:16 +0000 (+0300) Subject: Minor ChangeLog fixes. X-Git-Tag: emacs-25.0.90~2635^2~679^2~390 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=670e4e486eb9f249269560a2e1fc9f3649d9860a;p=emacs.git Minor ChangeLog fixes. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index af801a27e98..d1459592777 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6094,8 +6094,8 @@ 2014-01-14 Agustín Martín Domingo - * ispell.el (ispell-region): Reset `in-comment' for new line - instead of wrongly reset `add-coment' (bug#13577). + * textmodes/ispell.el (ispell-region): Reset `in-comment' for new + line instead of wrongly reset `add-coment' (bug#13577). 2014-01-14 Daiki Ueno diff --git a/src/ChangeLog b/src/ChangeLog index 0e0fdb2e738..dece8255a05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1932,7 +1932,7 @@ * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. * font.c (font_done_for_face): - * xface.c (realize_non_ascii_face): Adjust user. + * xfaces.c (realize_non_ascii_face): Adjust user. * font.h (struct font_driver): Convert 'prepare_face' to return void because its return value is never used anyway. * xfont.c (xfont_prepare_face): Return void.