1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00

Include <ctype.h>.

(Fsubstitute_command_keys): Remove unused variable 'firstkey'.
This commit is contained in:
Kim F. Storm 2004-11-09 13:23:00 +00:00
parent 43e50e40db
commit 9f77d2aaef

View file

@ -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;