Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5cb6905d
Commit
5cb6905d
authored
Jan 13, 2002
by
Pavel Janík
Browse files
(read_key_sequence): Remove unused variable `extra_maps'.
Fix typo.
parent
110c171f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/keyboard.c
src/keyboard.c
+1
-2
No files found.
src/ChangeLog
View file @
5cb6905d
2002-01-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* keyboard.c (read_key_sequence): Remove unused variable
`extra_maps'.
2002-01-13 Andreas Schwab <schwab@suse.de>
* xterm.c (x_load_font): Never set fonts_changed_p to zero.
...
...
src/keyboard.c
View file @
5cb6905d
...
...
@@ -513,7 +513,7 @@ static Lisp_Object kbd_buffer_gcpro;
/* Pointer to next available character in kbd_buffer.
If kbd_fetch_ptr == kbd_store_ptr, the buffer is empty.
This may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the
the
This may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the
next available char is in kbd_buffer[0]. */
static struct input_event *kbd_fetch_ptr;
...
...
@@ -8111,7 +8111,6 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
}
else
{
int extra_maps = 2;
int nminor;
int total;
Lisp_Object *maps;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment