emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/doc.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/doc.c
Date: Tue, 09 Nov 2004 08:28:56 -0500

Index: emacs/src/doc.c
diff -c emacs/src/doc.c:1.109 emacs/src/doc.c:1.110
*** emacs/src/doc.c:1.109       Tue Nov  9 08:19:51 2004
--- emacs/src/doc.c     Tue Nov  9 13:23:00 2004
***************
*** 24,29 ****
--- 24,30 ----
  
  #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,832 ****
        }
        else if (strp[0] == '\\' && strp[1] == '[')
        {
-         Lisp_Object firstkey;
          int start_idx;
  
          changed = 1;
--- 827,832 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]