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
a053e86c
Commit
a053e86c
authored
Mar 13, 2011
by
Paul Eggert
Browse files
* keyboard.h (make_ctrl_char): New decl.
parent
4752793e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
src/ChangeLog
src/ChangeLog
+2
-0
src/keyboard.h
src/keyboard.h
+4
-4
No files found.
src/ChangeLog
View file @
a053e86c
2011-03-14 Paul Eggert <eggert@cs.ucla.edu>
* keyboard.h (make_ctrl_char): New decl.
* lisp.h (force_auto_save_soon): New decl.
* emacs.c (init_cmdargs): Rename local to avoid shadowing.
src/keyboard.h
View file @
a053e86c
...
...
@@ -90,7 +90,7 @@ struct kboard
/* User-supplied table to translate input characters through. */
Lisp_Object
KBOARD_INTERNAL_FIELD
(
Vkeyboard_translate_table
);
/* Last command that may be repeated by `repeat'. */
Lisp_Object
KBOARD_INTERNAL_FIELD
(
Vlast_repeatable_command
);
...
...
@@ -140,12 +140,12 @@ struct kboard
/* Keymap mapping keys to alternative preferred forms.
See the DEFVAR for more documentation. */
Lisp_Object
KBOARD_INTERNAL_FIELD
(
Vlocal_function_key_map
);
/* Keymap mapping ASCII function key sequences onto their preferred
forms. Initialized by the terminal-specific lisp files. See the
DEFVAR for more documentation. */
Lisp_Object
KBOARD_INTERNAL_FIELD
(
Vinput_decode_map
);
/* Minibufferless frames on this display use this frame's minibuffer. */
Lisp_Object
KBOARD_INTERNAL_FIELD
(
Vdefault_minibuffer_frame
);
...
...
@@ -494,6 +494,7 @@ extern int input_polling_used (void);
extern
void
clear_input_pending
(
void
);
extern
int
requeued_events_pending_p
(
void
);
extern
void
bind_polling_period
(
int
);
extern
int
make_ctrl_char
(
int
);
extern
void
stuff_buffered_input
(
Lisp_Object
);
extern
void
clear_waiting_for_input
(
void
);
extern
void
swallow_events
(
int
);
...
...
@@ -517,4 +518,3 @@ extern void add_user_signal (int, const char *);
extern
int
tty_read_avail_input
(
struct
terminal
*
,
int
,
struct
input_event
*
);
extern
EMACS_TIME
timer_check
(
int
);
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