Mercurial > hg > xemacs-beta
log lisp/bytecomp.el @ 5344:2a54dfbe434f
age | author | description |
---|---|---|
Sat, 22 Jan 2011 23:29:25 +0000 | Aidan Kehoe | Don't quote keywords, they've been self-quoting for well over a decade. |
Sun, 14 Nov 2010 13:46:29 +0000 | Aidan Kehoe | Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el |
Mon, 25 Oct 2010 13:04:04 +0100 | Aidan Kehoe | Add compiler macros and compilation sanity-checks for functions with keywords. |
Sun, 10 Oct 2010 12:32:38 +0100 | Aidan Kehoe | Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp |
Thu, 16 Sep 2010 15:34:35 +0100 | Aidan Kehoe | Rephrase the #'the docstring, make it nicer while byte-compiling. |
Thu, 16 Sep 2010 14:10:44 +0100 | Aidan Kehoe | Warn at compile time, error at runtime, with (quote X Y), (function X Y). |
Thu, 16 Sep 2010 13:36:03 +0100 | Aidan Kehoe | Add an implementation for #'the, cl-macs.el |