/[emacs]/emacs/src/callint.c
ViewVC logotype

Diff of /emacs/src/callint.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.113 by gerd, Fri Apr 5 13:36:36 2002 UTC revision 1.114 by raeburn, Mon May 20 08:05:03 2002 UTC
# Line 597  supply if the command inquires which eve Line 597  supply if the command inquires which eve
597            if (next_event >= key_count)            if (next_event >= key_count)
598              error ("%s must be bound to an event with parameters",              error ("%s must be bound to an event with parameters",
599                     (SYMBOLP (function)                     (SYMBOLP (function)
600                      ? (char *) XSYMBOL (function)->name->data                      ? (char *) XSTRING (SYMBOL_NAME (function))->data
601                      : "command"));                      : "command"));
602            args[i] = XVECTOR (keys)->contents[next_event++];            args[i] = XVECTOR (keys)->contents[next_event++];
603            varies[i] = -1;            varies[i] = -1;

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26