From: Kim F. Storm Date: Tue, 9 Nov 2004 13:23:00 +0000 (+0000) Subject: Include . X-Git-Tag: ttn-vms-21-2-B4~4056 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f77d2aaefd4301e49d9c2dcce5475dfbed1fc63;p=emacs.git Include . (Fsubstitute_command_keys): Remove unused variable 'firstkey'. --- 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 #include /* Must be after sys/types.h for USG and BSD4_1*/ +#include #ifdef HAVE_FCNTL_H #include @@ -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;