Mercurial > hg > xemacs-beta
log lisp/cl-macs.el @ 5940:c608d4b0b75e cygwin64 tip
age | author | description |
---|---|---|
Sun, 22 Dec 2013 10:36:33 +0000 | Aidan Kehoe | Transform #'princ to #'write-sequence at compile time if appropriate. |
Mon, 17 Jun 2013 19:54:02 +0100 | Aidan Kehoe | Make #'apply-partially more intelligent still when byte-compiled. |
Tue, 06 Nov 2012 23:12:06 +0000 | Aidan Kehoe | No error from an incorrect number of arguments, recently-added compiler macros |
Tue, 08 May 2012 09:34:14 +0100 | Aidan Kehoe | Remove a stray parenthesis, cl-macs.el; thank you Vin! |
Mon, 07 May 2012 17:56:24 +0100 | Aidan Kehoe | Add compiler macros for #'equal, #'member, ... where #'eq, #'memq appropriate. |
Sun, 06 May 2012 15:29:59 +0100 | Aidan Kehoe | Don't augment ENVIRONMENT when that's not indicated, #'macroexpand. |
Sat, 05 May 2012 20:48:24 +0100 | Aidan Kehoe | Co-operate with the byte-optimizer in the bytecomp.el labels implementation. |