# HG changeset patch # User Kim F. Storm # Date 1100006580 0 # Node ID 3eee868b9ed2d207c085be7941bfac3a655ef5d7 # Parent 4de4892b2b6c1783f484a04026cb604f75a70634 Include . (Fsubstitute_command_keys): Remove unused variable 'firstkey'. diff -r 4de4892b2b6c -r 3eee868b9ed2 src/doc.c --- 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 #include /* Must be after sys/types.h for USG and BSD4_1*/ +#include #ifdef HAVE_FCNTL_H #include @@ -826,7 +827,6 @@ } else if (strp[0] == '\\' && strp[1] == '[') { - Lisp_Object firstkey; int start_idx; changed = 1;