Mercurial > emacs
changeset 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 | 4de4892b2b6c |
children | 489323ff8779 |
files | src/doc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;