Mercurial > emacs
changeset 86120:ebee80eef208
(Fevent_symbol_parse_modifiers): Fix declaration.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 15 Nov 2007 23:00:34 +0000 |
parents | 5b6715f2ee11 |
children | 2a84a3b9a3a3 |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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);