From: Andreas Schwab Date: Thu, 15 Nov 2007 23:00:45 +0000 (+0000) Subject: (Fevent_symbol_parse_modifiers): Fix declaration. X-Git-Tag: emacs-pretest-23.0.90~9714 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b6112e8c3b29f91d8b337c247f3aaf7588dcadb;p=emacs.git (Fevent_symbol_parse_modifiers): Fix declaration. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8ee1649afd9..82f5f3790fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-11-15 Andreas Schwab + + * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration. + 2007-11-15 Stefan Monnier * keyboard.c (Fevent_symbol_parse_modifiers): New function. diff --git a/src/keyboard.c b/src/keyboard.c index 41407b5f626..527a4151ba9 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -6548,7 +6548,8 @@ parse_modifiers (symbol) 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);