Mercurial > hg > xemacs-beta
log lisp/bytecomp.el @ 5344:2a54dfbe434f
age | author | description |
---|---|---|
2011-01-22 | Aidan Kehoe | Don't quote keywords, they've been self-quoting for well over a decade. |
2010-11-14 | Aidan Kehoe | Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el |
2010-10-25 | Aidan Kehoe | Add compiler macros and compilation sanity-checks for functions with keywords. |
2010-10-10 | Aidan Kehoe | Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp |
2010-09-16 | Aidan Kehoe | Rephrase the #'the docstring, make it nicer while byte-compiling. |
2010-09-16 | Aidan Kehoe | Warn at compile time, error at runtime, with (quote X Y), (function X Y). |
2010-09-16 | Aidan Kehoe | Add an implementation for #'the, cl-macs.el |
2010-04-01 | Aidan Kehoe | Move #'sort*, #'fill, #'merge to C from cl-seq.el. |