emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/eval.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Tue, 02 Nov 2004 05:16:55 -0500

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.222 emacs/src/eval.c:1.223
*** emacs/src/eval.c:1.222      Tue Nov  2 08:59:26 2004
--- emacs/src/eval.c    Tue Nov  2 10:00:14 2004
***************
*** 562,568 ****
  }
  
  
! DEFUN ("called-interactively-p", Fcall_interactive_p, Scall_interactive_p, 0, 
0, 0,
         doc: /* Return t if the function using this was called with 
call-interactively.
  This is used for implementing advice and other function-modifying
  features of Emacs.
--- 562,568 ----
  }
  
  
! DEFUN ("called-interactively-p", Fcalled_interactively_p, 
Scalled_interactively_p, 0, 0, 0,
         doc: /* Return t if the function using this was called with 
call-interactively.
  This is used for implementing advice and other function-modifying
  features of Emacs.
***************
*** 3470,3475 ****
--- 3470,3476 ----
    defsubr (&Scondition_case);
    defsubr (&Ssignal);
    defsubr (&Sinteractive_p);
+   defsubr (&Scalled_interactively_p);
    defsubr (&Scommandp);
    defsubr (&Sautoload);
    defsubr (&Seval);




reply via email to

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