Mercurial > emacs
diff src/keyboard.c @ 86120:ebee80eef208
(Fevent_symbol_parse_modifiers): Fix declaration.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Thu, 15 Nov 2007 23:00:34 +0000 |
| parents | 48dc79c663f4 |
| children | e08a75d0a31e |
line wrap: on
line diff
--- a/src/keyboard.c Thu Nov 15 19:56:44 2007 +0000 +++ b/src/keyboard.c Thu Nov 15 23:00:34 2007 +0000 @@ -6548,7 +6548,8 @@ DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers, Sevent_symbol_parse_modifiers, 1, 1, 0, doc: /* Parse the event symbol. For internal use. */) - (symbol) + (symbol) + Lisp_Object symbol; { /* Fill the cache if needed. */ parse_modifiers (symbol);
