emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/data.c [emacs-unicode-2]


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

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.224.4.5 emacs/src/data.c:1.224.4.6
*** emacs/src/data.c:1.224.4.5  Tue Jun 29 16:46:01 2004
--- emacs/src/data.c    Tue Aug  3 00:03:00 2004
***************
*** 776,783 ****
  
  DEFUN ("interactive-form", Finteractive_form, Sinteractive_form, 1, 1, 0,
         doc: /* Return the interactive form of CMD or nil if none.
! CMD must be a command.  Value, if non-nil, is a list
! \(interactive SPEC).  */)
       (cmd)
       Lisp_Object cmd;
  {
--- 776,783 ----
  
  DEFUN ("interactive-form", Finteractive_form, Sinteractive_form, 1, 1, 0,
         doc: /* Return the interactive form of CMD or nil if none.
! If CMD is not a command, the return value is nil.
! Value, if non-nil, is a list \(interactive SPEC).  */)
       (cmd)
       Lisp_Object cmd;
  {




reply via email to

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