/[emacs]/emacs/src/eval.c
ViewVC logotype

Diff of /emacs/src/eval.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.222 by rms, Tue Nov 2 08:59:26 2004 UTC revision 1.223 by kfstorm, Tue Nov 2 10:00:14 2004 UTC
# Line 562  unconditionally for that argument.  (`p' Line 562  unconditionally for that argument.  (`p'
562  }  }
563    
564    
565  DEFUN ("called-interactively-p", Fcall_interactive_p, Scall_interactive_p, 0, 0, 0,  DEFUN ("called-interactively-p", Fcalled_interactively_p, Scalled_interactively_p, 0, 0, 0,
566         doc: /* Return t if the function using this was called with call-interactively.         doc: /* Return t if the function using this was called with call-interactively.
567  This is used for implementing advice and other function-modifying  This is used for implementing advice and other function-modifying
568  features of Emacs.  features of Emacs.
# Line 3470  The value the function returns is not us Line 3470  The value the function returns is not us
3470    defsubr (&Scondition_case);    defsubr (&Scondition_case);
3471    defsubr (&Ssignal);    defsubr (&Ssignal);
3472    defsubr (&Sinteractive_p);    defsubr (&Sinteractive_p);
3473      defsubr (&Scalled_interactively_p);
3474    defsubr (&Scommandp);    defsubr (&Scommandp);
3475    defsubr (&Sautoload);    defsubr (&Sautoload);
3476    defsubr (&Seval);    defsubr (&Seval);

Legend:
Removed from v.1.222  
changed lines
  Added in v.1.223

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26