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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/callint.c
Date: Sat, 31 Jul 2004 12:00:41 -0400

Index: emacs/src/callint.c
diff -c emacs/src/callint.c:1.132 emacs/src/callint.c:1.133
*** emacs/src/callint.c:1.132   Fri Apr 16 21:19:16 2004
--- emacs/src/callint.c Sat Jul 31 15:50:46 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]