log src/symbols.c @ 4793:8b50bee3c88c

age author description
Sat, 19 Dec 2009 18:10:20 +0000 Aidan Kehoe Remove attempted support for 1996-era emacs without self-quoting keywords.
Sun, 16 Aug 2009 20:55:49 +0100 Aidan Kehoe Support full Common Lisp multiple values in C.
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.