]> git.eshelyaron.com Git - emacs.git/commitdiff
(parse_modifiers): Declare prototype.
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:00:02 +0000 (23:00 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:00:02 +0000 (23:00 +0000)
src/keyboard.h

index 0874af8f0a82a8e569d2c2ec9bfe33127ef49cc9..ac31eb1f29171dd2d56fb690471114f5cbf7506c 100644 (file)
@@ -291,6 +291,7 @@ struct input_event;
 
 extern Lisp_Object get_keymap_1 P_ ((Lisp_Object, int, int));
 EXFUN (Fkeymapp, 1);
+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 *));
 /* User-supplied string to translate input characters through.  */