projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ef9d3
)
(Ffontset_info): Fix typo.
author
Andreas Schwab
<schwab@suse.de>
Sun, 8 Jun 2008 09:01:28 +0000
(09:01 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 8 Jun 2008 09:01:28 +0000
(09:01 +0000)
src/ChangeLog
patch
|
blob
|
history
src/fontset.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 1d128f77fb33ba88010163eade09a53ba57980cd..c791352aaf10778e2cd9e8314b20fd8df42023ea 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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.
diff --git
a/src/fontset.c
b/src/fontset.c
index 87981b469493ccc12e5473badd23ee75690eccab..a488e9c4a1da2970ce7f9ebdce7a5881f226664d 100644
(file)
--- a/
src/fontset.c
+++ b/
src/fontset.c
@@
-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 open
e
d font names to cdr of each elements. */
for (i = 0; ! NILP (realized[k][i]); i++)
{
if (c <= MAX_5_BYTE_CHAR)