summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-03-12 09:07:43 +0000
committerPavel Janík <Pavel@Janik.cz>2002-03-12 09:07:43 +0000
commit4006b74e367da694696bd19773706c0ce69e19a1 (patch)
tree4f46e8d0715d9b8ffb85ebcb8f2982a1ffbd01e2
parent4ecee85b3edfeebcaf66f912a2fd765bf2afcb3b (diff)
downloademacs-4006b74e367da694696bd19773706c0ce69e19a1.tar.gz
Fix typo.
-rw-r--r--src/ChangeLog21
1 files changed, 10 insertions, 11 deletions
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. <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.