changeset 39673:6eb33bfd9de7

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Mon, 08 Oct 2001 06:33:56 +0000
parents b7442cca6150
children 7f6969b62d39
files src/ChangeLog src/emacs.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 08 06:31:02 2001 +0000
+++ b/src/ChangeLog	Mon Oct 08 06:33:56 2001 +0000
@@ -1,5 +1,7 @@
 2001-10-08  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
 
+	* editfns.c: Include ctype.h.
+
 	* xterm.c: USE_LUCID can be defined iff USE_X_TOOLKIT is defined.
 	(xm_scroll_callback) [USE_MOTIF]: Remove unused variable
 	`percent'.
--- a/src/emacs.c	Mon Oct 08 06:31:02 2001 +0000
+++ b/src/emacs.c	Mon Oct 08 06:33:56 2001 +0000
@@ -1159,7 +1159,7 @@
   init_eval ();
   init_data ();
 #ifdef CLASH_DETECTION
-  init_filelock ();;
+  init_filelock ();
 #endif
   init_atimer ();
   running_asynch_code = 0;