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:
parent
43e50e40db
commit
9f77d2aaef
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue