]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcommandp): Declare new arg.
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 2002 22:06:17 +0000 (22:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 2002 22:06:17 +0000 (22:06 +0000)
src/lisp.h

index 0a29dc47e8084bf2a37420a1ed1e5a1113c923ab..6cbfe316eb9ca81adb99ffbe8f21320cb44c52b2 100644 (file)
@@ -2513,7 +2513,7 @@ EXFUN (Funwind_protect, UNEVALLED);
 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);