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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/callint.c [emacs-unicode-2]
Date: Mon, 02 Aug 2004 20:25:19 -0400

Index: emacs/src/callint.c
diff -c emacs/src/callint.c:1.126.4.2 emacs/src/callint.c:1.126.4.3
*** emacs/src/callint.c:1.126.4.2       Mon Jun 28 07:29:18 2004
--- emacs/src/callint.c Tue Aug  3 00:03:00 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]