X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9b233997f468fe8a4f4cb7c0c799aff2e3374ba1..8917710efd63f7a253aec77fa190d6c5ec870bf3:/src/keyboard.c diff --git a/src/keyboard.c b/src/keyboard.c index 705e9191c6..d52483e6a1 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -228,14 +228,14 @@ static Lisp_Object Qbackward_char; Lisp_Object Qundefined; static Lisp_Object Qtimer_event_handler; -/* read_key_sequence stores here the command definition of the +/* `read_key_sequence' stores here the command definition of the key sequence that it reads. */ static Lisp_Object read_key_sequence_cmd; static Lisp_Object read_key_sequence_remapped; static Lisp_Object Qinput_method_function; -static Lisp_Object Qdeactivate_mark; +Lisp_Object Qdeactivate_mark; Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook;