Mercurial > hg > xemacs-beta
log src/symbols.c @ 4642:48b45a606961
age | author | description |
---|---|---|
Sun, 14 Jun 2009 15:07:13 +0100 | Aidan Kehoe | Support #'function-arglist with built-in special forms. |
Mon, 22 Dec 2008 14:07:48 +0000 | Aidan Kehoe | Distinguish vars and functions in #'symbol-file, #'describe-{function,variable} |
Wed, 27 Aug 2008 00:39:09 +0200 | Aidan Kehoe | Use EQ() and !EQ() in symbols.c, thank you Robert Delius Royar. |
Sat, 23 Aug 2008 16:38:51 +0200 | Aidan Kehoe | Handle varalias chains, custom variables in #'user-variable-p. |
Mon, 24 Dec 2007 14:00:14 +0100 | Aidan Kehoe | Provide a DEFAULT argument in #'intern-soft. |
Tue, 18 Dec 2007 23:00:01 +0100 | Aidan Kehoe | #'special-form-p; don't error (thank you Jerry James); flesh out docstring. |
Tue, 18 Dec 2007 21:47:27 +0100 | Aidan Kehoe | Provide #'special-form-p, for the use of advice.el, perhaps other files. |