]> git.eshelyaron.com Git - emacs.git/commitdiff
Include <ctype.h>.
authorKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 13:23:00 +0000 (13:23 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 13:23:00 +0000 (13:23 +0000)
(Fsubstitute_command_keys): Remove unused variable 'firstkey'.

src/doc.c

index 406773e679750ef5bb2880b25e879fc765f85f2b..f306caed36a53ef0f3a191e5654b4893a8ce0fcb 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA.  */
 
 #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 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
        }
       else if (strp[0] == '\\' && strp[1] == '[')
        {
-         Lisp_Object firstkey;
          int start_idx;
 
          changed = 1;