From: Pavel Janík Date: Tue, 12 Mar 2002 09:07:43 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~16223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4006b74e367da694696bd19773706c0ce69e19a1;p=emacs.git Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index e45be1c0b9d..7d4dab55bb5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,28 +7,27 @@ * xterm.c (note_mouse_movement): Put code for x_autoselect_window_p in #if 0. - * lread.c (Fload): Don't assume that message_with_ntring uses the + * lread.c (Fload): Don't assume that message_with_string uses the string it is given like a C string. 2002-03-10 Jan D. - * xterm.h: Extern declare x_session_check_input () and - x_session_initialize (). + * xterm.h: Declare x_session_check_input and x_session_initialize. - * xterm.c: Added calls to x_session_check_input () and - x_session_initialize (). + * xterm.c: Add calls to x_session_check_input and + x_session_initialize. - * termhooks.h (enum event_kind): Added save_session_event. + * termhooks.h (enum event_kind): Add save_session_event. - * keyboard.c: Added Emacs event save_session_event. + * keyboard.c: Add Emacs event save_session_event. - * emacs.c (main): Added call to syms_of_xsmfns (). + * emacs.c (main): Add call to syms_of_xsmfns. - * lisp.h: Extern declare syms_of_xsmfns (). + * lisp.h: Declare syms_of_xsmfns as extern. - * config.in: Added HAVE_X_SM + * config.in: Add HAVE_X_SM. - * Makefile.in: Added test for HAVE_X_SM and added new file xsmfns.c + * Makefile.in: Add test for HAVE_X_SM and new file xsmfns.c * xsmfns.c: New file for X session management.