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
c843d6c6
Commit
c843d6c6
authored
Apr 04, 2001
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(echoing, echo_message_buffer): Make externally
visible.
parent
54cd1651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/keyboard.c
src/keyboard.c
+2
-2
No files found.
src/keyboard.c
View file @
c843d6c6
...
...
@@ -202,7 +202,7 @@ int waiting_for_input;
/* True while displaying for echoing. Delays C-g throwing. */
static
int echoing;
int echoing;
/* Non-null means we can start echoing at the next input pause even
though there is something in the echo area. */
...
...
@@ -219,7 +219,7 @@ static struct kboard *echo_kboard;
/* The buffer used for echoing. Set in echo_now, reset in
cancel_echoing. */
static
Lisp_Object echo_message_buffer;
Lisp_Object echo_message_buffer;
/* Nonzero means disregard local maps for the menu bar. */
static int inhibit_local_menu_bar_menus;
...
...
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