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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/callint.c [lexbind]
Date: Sat, 04 Sep 2004 05:47:03 -0400

Index: emacs/src/callint.c
diff -c emacs/src/callint.c:1.115.2.4 emacs/src/callint.c:1.115.2.5
*** emacs/src/callint.c:1.115.2.4       Tue Apr 27 14:08:49 2004
--- emacs/src/callint.c Sat Sep  4 09:19:27 2004
***************
*** 256,262 ****
  means unconditionally put this command in the command-history.
  Otherwise, this is done only if an arg is read using the minibuffer.
  Optional third arg KEYS, if given, specifies the sequence of events to
! supply if the command inquires which events were used to invoke it.  */)
       (function, record_flag, keys)
       Lisp_Object function, record_flag, keys;
  {
--- 256,263 ----
  means unconditionally put this command in the command-history.
  Otherwise, this is done only if an arg is read using the minibuffer.
  Optional third arg KEYS, if given, specifies the sequence of events to
! supply if the command inquires which events were used to invoke it.
! If KEYS is omitted or nil, the return value of `this-command-keys' is used.  
*/)
       (function, record_flag, keys)
       Lisp_Object function, record_flag, keys;
  {




reply via email to

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