comparison src/lisp.h @ 919:111c4f2ed9c9

[xemacs-hg @ 2002-07-14 09:43:52 by adrian] [S] [PATCH] xemacs-21.5: Hrvoje's `functionp' fix -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2002-07-08 Stephen J. Turnbull <stephen@xemacs.org> * lisp.h: Declare Fcdr_safe to be callable from C. 2002-07-08 Hrvoje Niksic <hniksic@xemacs.org> * eval.c (Ffunctionp): Return nil for autoloaded macros and keymaps.
author adrian
date Sun, 14 Jul 2002 09:43:54 +0000
parents 201c016cfc12
children eaedf30d9d76
comparison
equal deleted inserted replaced
918:bc2d7b06db9f 919:111c4f2ed9c9
3504 EXFUN (Faref, 2); 3504 EXFUN (Faref, 2);
3505 EXFUN (Faset, 3); 3505 EXFUN (Faset, 3);
3506 EXFUN (Fcar, 1); 3506 EXFUN (Fcar, 1);
3507 EXFUN (Fcar_safe, 1); 3507 EXFUN (Fcar_safe, 1);
3508 EXFUN (Fcdr, 1); 3508 EXFUN (Fcdr, 1);
3509 EXFUN (Fcdr_safe, 1);
3509 EXFUN (Fgeq, MANY); 3510 EXFUN (Fgeq, MANY);
3510 EXFUN (Fgtr, MANY); 3511 EXFUN (Fgtr, MANY);
3511 EXFUN (Findirect_function, 1); 3512 EXFUN (Findirect_function, 1);
3512 EXFUN (Fleq, MANY); 3513 EXFUN (Fleq, MANY);
3513 EXFUN (Flistp, 1); 3514 EXFUN (Flistp, 1);