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


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

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.210.2.12 emacs/src/data.c:1.210.2.13
*** emacs/src/data.c:1.210.2.12 Tue Jul  6 10:20:20 2004
--- emacs/src/data.c    Sat Sep  4 09:19:27 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]