diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-01-04 00:59:56 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-01-04 00:59:56 -0500 |
commit | b2f8c9f96fbda53387b9f910d3b97aefefab6cab (patch) | |
tree | 91542a66e8b88ea56a80bc6347f11963eb1a3f4c /src/keyboard.h | |
parent | 0c599ee2e2c3fcebcab023cc9d52c9a6464b391c (diff) | |
download | emacs-b2f8c9f96fbda53387b9f910d3b97aefefab6cab.tar.gz emacs-b2f8c9f96fbda53387b9f910d3b97aefefab6cab.tar.bz2 emacs-b2f8c9f96fbda53387b9f910d3b97aefefab6cab.zip |
* src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-input
(handle_fontified_prop): Use it.
* src/keyboard.h (input_was_pending): Declare.
* src/keyboard.c (input_was_pending): Make non-static.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 91c6f4604f9..8bdffaa2bff 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -432,7 +432,7 @@ extern int parse_solitary_modifier (Lisp_Object symbol); extern Lisp_Object real_this_command; extern int quit_char; - +extern bool input_was_pending; extern unsigned int timers_run; extern bool menu_separator_name_p (const char *); |