projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c837f4f
)
(Fcommandp): Declare new arg.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Apr 2002 22:06:17 +0000
(22:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Apr 2002 22:06:17 +0000
(22:06 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 0a29dc47e8084bf2a37420a1ed1e5a1113c923ab..6cbfe316eb9ca81adb99ffbe8f21320cb44c52b2 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-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);