1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(Ffontset_info): Fix typo.

This commit is contained in:
Andreas Schwab 2008-06-08 09:01:28 +00:00
parent 01ef9d3692
commit 660100f3bc
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2008-06-08 Andreas Schwab <schwab@suse.de>
* fontset.c (Ffontset_info): Fix typo.
* Makefile.in (obj): Always add menu.o
* emacs.c (main): Always call syms_of_menu.
* keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.

View file

@ -1829,7 +1829,7 @@ fontset. The format is the same as above. */)
alist);
alist = Fnreverse (alist);
/* Then store opend font names to cdr of each elements. */
/* Then store opened font names to cdr of each elements. */
for (i = 0; ! NILP (realized[k][i]); i++)
{
if (c <= MAX_5_BYTE_CHAR)