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
db8c1663
Commit
db8c1663
authored
May 14, 1994
by
Richard M. Stallman
Browse files
Comment change.
parent
9f2863b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/keyboard.c
src/keyboard.c
+1
-2
No files found.
src/keyboard.c
View file @
db8c1663
...
...
@@ -1701,8 +1701,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
&&
EQ
(
EVENT_HEAD_KIND
(
EVENT_HEAD
(
c
)),
Qmouse_movement
)))
echo_char
(
c
);
/* Record this character as part of the current key.
Don't record mouse motion; it should never matter. */
/* Record this character as part of the current key. */
add_command_key
(
c
);
/* Re-reading in the middle of a command */
...
...
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