Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Tue, 12 Mar 2002 09:07:43 +0000 (09:07 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 12 Mar 2002 09:07:43 +0000 (09:07 +0000)
src/ChangeLog

index e45be1c..7d4dab5 100644 (file)
@@ -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.  <Jan.Djarv@mbox200.swipnet.se>
 
-       * 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.