Mercurial > hg > xemacs-beta
log lisp/bytecomp.el @ 5402:308d34e9f07d
age | author | description |
---|---|---|
Thu, 14 Oct 2010 17:15:20 +0200 | Mats Lidell | Changed bulk of GPLv2 or later files identified by script |
Sat, 02 Apr 2011 16:13:20 +0100 | Aidan Kehoe | Implement #'load-time-value less hackishly, by modifying the byte compiler. |
Thu, 17 Mar 2011 21:50:34 +0000 | Aidan Kehoe | Correct some minor problems in my last change. |
Thu, 17 Mar 2011 21:07:16 +0000 | Aidan Kehoe | Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el |
Thu, 17 Mar 2011 20:13:00 +0000 | Aidan Kehoe | Conditionalise the old-* functions and byte codes at compile time. |
Tue, 08 Mar 2011 23:41:52 +0000 | Aidan Kehoe | Examining the result of #'length: `eql', not `=', it's better style & cheaper |