Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
76032d70
Commit
76032d70
authored
Apr 09, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* keyboard.c (read_char): Remove unused var.
parent
e5b28a7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/keyboard.c
src/keyboard.c
+0
-1
No files found.
src/ChangeLog
View file @
76032d70
2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
* keyboard.c (read_char): Remove unused var.
* eval.c: Port to Windows vsnprintf (Bug#8435).
Include <limits.h>.
(SIZE_MAX): Define if the headers do not.
...
...
src/keyboard.c
View file @
76032d70
...
...
@@ -3090,7 +3090,6 @@ read_char (int commandflag, int nmaps, Lisp_Object *maps, Lisp_Object prev_event
/* Process the help character specially if enabled */
if (!NILP (Vhelp_form) && help_char_p (c))
{
Lisp_Object tem0;
int count = SPECPDL_INDEX ();
help_form_saved_window_configs
...
...
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