diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-16 05:44:06 +0200 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-16 05:44:06 +0200 |
| commit | c9d0ec6d9d9b9e8f8934e1bdffd1925d48825990 (patch) | |
| tree | eaa71996f7057973833d06bbe1367ffd8c74f142 /src | |
| parent | 613052cdfe876e3e51b02c3fc72d04f3da63305b (diff) | |
| download | emacs-c9d0ec6d9d9b9e8f8934e1bdffd1925d48825990.tar.gz | |
lisp/ChangeLog, src/ChangeLog: Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 764b345bd25..669808a3a5f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -39,10 +39,10 @@ 2011-04-15 Ben Key <bkey76@gmail.com> - * keyboard.c (Qundefined): Don't declare static since it is - used in nsfns.m. - * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't - declare static since they are used in nsfont.m. + * keyboard.c (Qundefined): Don't declare static since it is used + in nsfns.m. + * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare + static since they are used in nsfont.m. 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca> |
