diff options
| author | Juanma Barranquero | 2011-03-14 18:22:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-03-14 18:22:53 +0100 |
| commit | c96bbc66c6ce2554a0c5336110d5fd9a72ae371a (patch) | |
| tree | 5a7f1de1292a24b203ac75e913ab032713f1836e /src | |
| parent | 7684e57b24092dbfbbe7fc62a1a544e40e2ce88a (diff) | |
| download | emacs-c96bbc66c6ce2554a0c5336110d5fd9a72ae371a.tar.gz emacs-c96bbc66c6ce2554a0c5336110d5fd9a72ae371a.zip | |
src/ChangeLog: Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 09413b26483..a1538d8f3f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | (w32_system_caret_x, w32_system_caret_y): Declare extern. | 6 | (w32_system_caret_x, w32_system_caret_y): Declare extern. |
| 7 | 7 | ||
| 8 | * w32select.c: Don't #include "keyboard.h". | 8 | * w32select.c: Don't #include "keyboard.h". |
| 9 | (run_protected): Add extern declaration for waiting_for_input. | 9 | (run_protected): Add extern declaration for waiting_for_input. |
| 10 | 10 | ||
| 11 | * w32.c (Qlocal, noninteractive1, inhibit_window_system): | 11 | * w32.c (Qlocal, noninteractive1, inhibit_window_system): |
| 12 | * w32console.c (detect_input_pending, read_input_pending) | 12 | * w32console.c (detect_input_pending, read_input_pending) |
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | 2011-03-14 Chong Yidong <cyd@stupidchicken.com> | 26 | 2011-03-14 Chong Yidong <cyd@stupidchicken.com> |
| 27 | 27 | ||
| 28 | * buffer.c (Fmake_indirect_buffer): Fix incorrect assertion. | 28 | * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions. |
| 29 | 29 | ||
| 30 | 2011-03-13 Chong Yidong <cyd@stupidchicken.com> | 30 | 2011-03-13 Chong Yidong <cyd@stupidchicken.com> |
| 31 | 31 | ||
| @@ -130,7 +130,7 @@ | |||
| 130 | 130 | ||
| 131 | 2011-03-12 Eli Zaretskii <eliz@gnu.org> | 131 | 2011-03-12 Eli Zaretskii <eliz@gnu.org> |
| 132 | 132 | ||
| 133 | * termcap.c [MSDOS]: Include "msdos.h. | 133 | * termcap.c [MSDOS]: Include "msdos.h". |
| 134 | (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent): | 134 | (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent): |
| 135 | Constify `char *' arguments and their references according to | 135 | Constify `char *' arguments and their references according to |
| 136 | prototypes in tparam.h. | 136 | prototypes in tparam.h. |