diff src/doc.c @ 58087:3eee868b9ed2

Include <ctype.h>. (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
author Kim F. Storm <storm@cua.dk>
date Tue, 09 Nov 2004 13:23:00 +0000
parents df00cdb75fc6
children 42e18861b7b8 cb7f41387eb3
line wrap: on
line diff
--- a/src/doc.c	Tue Nov 09 13:19:11 2004 +0000
+++ b/src/doc.c	Tue Nov 09 13:23:00 2004 +0000
@@ -24,6 +24,7 @@
 
 #include <sys/types.h>
 #include <sys/file.h>	/* Must be after sys/types.h for USG and BSD4_1*/
+#include <ctype.h>
 
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>
@@ -826,7 +827,6 @@
 	}
       else if (strp[0] == '\\' && strp[1] == '[')
 	{
-	  Lisp_Object firstkey;
 	  int start_idx;
 
 	  changed = 1;