1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

Minor ChangeLog fixes.

This commit is contained in:
Eli Zaretskii 2014-08-30 12:21:16 +03:00
parent e7027eab55
commit 670e4e486e
2 changed files with 3 additions and 3 deletions

View File

@ -6094,8 +6094,8 @@
2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
* 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 <ueno@gnu.org>

View File

@ -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.