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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/data.c
Date: Mon, 02 Aug 2004 16:50:52 -0400

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.241 emacs/src/data.c:1.242
*** emacs/src/data.c:1.241      Mon Jun 21 21:54:08 2004
--- emacs/src/data.c    Mon Aug  2 20:46:51 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]