summaryrefslogtreecommitdiff
path: root/src/doc.c
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-11-09 13:23:00 +0000
committerKim F. Storm <storm@cua.dk>2004-11-09 13:23:00 +0000
commit9f77d2aaefd4301e49d9c2dcce5475dfbed1fc63 (patch)
tree110fa8b56702f59ea38f2638f6cd65ef2f4ef9fd /src/doc.c
parent43e50e40db437972c1eb9ca87f89968cb393d316 (diff)
downloademacs-9f77d2aaefd4301e49d9c2dcce5475dfbed1fc63.tar.gz
Include <ctype.h>.
(Fsubstitute_command_keys): Remove unused variable 'firstkey'.
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 406773e6797..f306caed36a 100644
--- 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;