diff options
| author | Glenn Morris | 2013-10-12 17:28:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-10-12 17:28:30 -0700 |
| commit | e903c210b66b7545eefc4497ac8765db5dcf504b (patch) | |
| tree | 6589e40665a2fca5924c5a2e73d7ee4d39273f5f /src | |
| parent | 650fa7bfb4143c3f6f46939982ae7e8f69e806f7 (diff) | |
| download | emacs-e903c210b66b7545eefc4497ac8765db5dcf504b.tar.gz emacs-e903c210b66b7545eefc4497ac8765db5dcf504b.zip | |
ChangeLog fixes prompted by M-x authors
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 83f6b3337db..b853f874e24 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2365,7 +2365,7 @@ | |||
| 2365 | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. | 2365 | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. |
| 2366 | * nsfns.m (x_set_cursor_type): | 2366 | * nsfns.m (x_set_cursor_type): |
| 2367 | * w32fns.c (x_set_cursor_type): | 2367 | * w32fns.c (x_set_cursor_type): |
| 2368 | * xfns.m (x_set_cursor_type): Do not set cursor_type_changed here... | 2368 | * xfns.c (x_set_cursor_type): Do not set cursor_type_changed here... |
| 2369 | * xdisp.c (set_frame_cursor_types): ...but in common code. | 2369 | * xdisp.c (set_frame_cursor_types): ...but in common code. |
| 2370 | 2370 | ||
| 2371 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> | 2371 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> |