Mercurial > emacs
changeset 44940:2686a6ef3d19
(Fcommandp): Declare new arg.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 28 Apr 2002 22:06:17 +0000 |
parents | d4ace8c553e4 |
children | 857c2abe3324 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sun Apr 28 22:05:02 2002 +0000 +++ b/src/lisp.h Sun Apr 28 22:06:17 2002 +0000 @@ -2513,7 +2513,7 @@ EXFUN (Fcondition_case, UNEVALLED); EXFUN (Fsignal, 2); EXFUN (Fautoload, 5); -EXFUN (Fcommandp, 1); +EXFUN (Fcommandp, 2); EXFUN (Feval, 1); EXFUN (Fapply, MANY); EXFUN (Ffuncall, MANY);