emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callint.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/callint.c
Date: Mon, 20 May 2002 04:05:04 -0400

Index: emacs/src/callint.c
diff -c emacs/src/callint.c:1.113 emacs/src/callint.c:1.114
*** emacs/src/callint.c:1.113   Fri Apr  5 08:36:36 2002
--- emacs/src/callint.c Mon May 20 04:05:03 2002
***************
*** 597,603 ****
          if (next_event >= key_count)
            error ("%s must be bound to an event with parameters",
                   (SYMBOLP (function)
!                   ? (char *) XSYMBOL (function)->name->data
                    : "command"));
          args[i] = XVECTOR (keys)->contents[next_event++];
          varies[i] = -1;
--- 597,603 ----
          if (next_event >= key_count)
            error ("%s must be bound to an event with parameters",
                   (SYMBOLP (function)
!                   ? (char *) XSTRING (SYMBOL_NAME (function))->data
                    : "command"));
          args[i] = XVECTOR (keys)->contents[next_event++];
          varies[i] = -1;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]