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
4392dfe3
Commit
4392dfe3
authored
Jul 26, 2006
by
Chong Yidong
Browse files
* keyboard.h: Include systime.h. Update read_char prototype.
parent
0601ad0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/keyboard.h
src/keyboard.h
+4
-1
No files found.
src/keyboard.h
View file @
4392dfe3
...
...
@@ -19,6 +19,8 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
#include "systime.h"
/* for EMACS_TIME */
/* Length of echobuf field in each KBOARD. */
/* Each KBOARD represents one logical input stream from which Emacs gets input.
...
...
@@ -297,7 +299,8 @@ struct input_event;
extern
Lisp_Object
parse_modifiers
P_
((
Lisp_Object
));
extern
Lisp_Object
reorder_modifiers
P_
((
Lisp_Object
));
extern
Lisp_Object
read_char
P_
((
int
,
int
,
Lisp_Object
*
,
Lisp_Object
,
int
*
));
extern
Lisp_Object
read_char
P_
((
int
,
int
,
Lisp_Object
*
,
Lisp_Object
,
int
*
,
EMACS_TIME
*
));
/* User-supplied string to translate input characters through. */
extern
Lisp_Object
Vkeyboard_translate_table
;
...
...
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