diff options
| author | Juanma Barranquero | 2008-06-03 07:40:29 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-06-03 07:40:29 +0000 |
| commit | 2f593f4c65a83380d699ceaf20a9beb16b537fc4 (patch) | |
| tree | a056cbfa6b31eb9b5ed748f1cfb60915aa261ae9 | |
| parent | a9bc137f5ec9d474b035afdbd0de9b0a5fe73c5e (diff) | |
| download | emacs-2f593f4c65a83380d699ceaf20a9beb16b537fc4.tar.gz emacs-2f593f4c65a83380d699ceaf20a9beb16b537fc4.zip | |
Fix typos.
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1ef32828b45..fcdb1d4515d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * charset.c (char_charset): Return NULL if the arg charset_list is | 3 | * charset.c (char_charset): Return NULL if the arg charset_list is |
| 4 | specified and C doesn't belong to any of them. | 4 | specified and C doesn't belong to any of them. |
| 5 | 5 | ||
| 6 | 2008-06-02 Chip Coldwell <coldwell@redhat.com> | 6 | 2008-06-02 Chip Coldwell <coldwell@redhat.com> |
| 7 | 7 | ||
| 8 | * font.c (font_pixel_size): Don't take cdr of an integer. | 8 | * font.c (font_pixel_size): Don't take cdr of an integer. |
| 9 | 9 | ||
| @@ -14,7 +14,8 @@ | |||
| 14 | * lread.c (nosuffix): Remove now-useless if-before-xfree tests. | 14 | * lread.c (nosuffix): Remove now-useless if-before-xfree tests. |
| 15 | * gtkutil.c (xg_gtk_scroll_destroy): Likewise. | 15 | * gtkutil.c (xg_gtk_scroll_destroy): Likewise. |
| 16 | * mac.c (create_apple_event_from_event_ref): Likewise. | 16 | * mac.c (create_apple_event_from_event_ref): Likewise. |
| 17 | (create_apple_event_from_drag_ref, cfstring_create_normalized): Likewise. | 17 | (create_apple_event_from_drag_ref, cfstring_create_normalized): |
| 18 | Likewise. | ||
| 18 | * doprnt.c (doprnt1): Likewise. | 19 | * doprnt.c (doprnt1): Likewise. |
| 19 | * frame.c (frame): Likewise. | 20 | * frame.c (frame): Likewise. |
| 20 | * keyboard.c (wipe_kboard): Likewise. | 21 | * keyboard.c (wipe_kboard): Likewise. |
| @@ -33,7 +34,7 @@ | |||
| 33 | * mactoolbox.c (create_apple_event_from_drag_ref): Likewise. | 34 | * mactoolbox.c (create_apple_event_from_drag_ref): Likewise. |
| 34 | * w32.c (stat): Likewise. | 35 | * w32.c (stat): Likewise. |
| 35 | 36 | ||
| 36 | remove useless if-before-free tests | 37 | Remove useless if-before-free tests. |
| 37 | * editfns.c (Fset_time_zone_rule): Likewise. | 38 | * editfns.c (Fset_time_zone_rule): Likewise. |
| 38 | * lread.c (nosuffix): Likewise. | 39 | * lread.c (nosuffix): Likewise. |
| 39 | * ralloc.c (get_bloc): Likewise. | 40 | * ralloc.c (get_bloc): Likewise. |