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
7617111f
Commit
7617111f
authored
Jun 03, 1993
by
Richard M. Stallman
Browse files
(read_char_menu_prompt): Now static. Add declaration.
parent
a6d53864
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/keyboard.c
src/keyboard.c
+2
-1
No files found.
src/keyboard.c
View file @
7617111f
...
@@ -435,6 +435,7 @@ void (*keyboard_init_hook) ();
...
@@ -435,6 +435,7 @@ void (*keyboard_init_hook) ();
static int read_avail_input ();
static int read_avail_input ();
static void get_input_pending ();
static void get_input_pending ();
static Lisp_Object read_char_menu_prompt ();
/* > 0 if we are to echo keystrokes. */
/* > 0 if we are to echo keystrokes. */
static int echo_keystrokes;
static int echo_keystrokes;
...
@@ -3218,7 +3219,7 @@ static int echo_now;
...
@@ -3218,7 +3219,7 @@ static int echo_now;
The prompting is done based on the prompt-string of the map
The prompting is done based on the prompt-string of the map
and the strings associated with various map elements. */
and the strings associated with various map elements. */
Lisp_Object
static
Lisp_Object
read_char_menu_prompt (nmaps, maps, prev_event, used_mouse_menu)
read_char_menu_prompt (nmaps, maps, prev_event, used_mouse_menu)
int nmaps;
int nmaps;
Lisp_Object *maps;
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