Mercurial > hg > xemacs-beta
log lisp/cl-macs.el @ 5285:99de5fd48e87
age | author | description |
---|---|---|
Thu, 14 Oct 2010 18:50:38 +0100 | Aidan Kehoe | Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff |
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:31:40 +0100 | Aidan Kehoe | Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >= |
Thu, 16 Sep 2010 13:36:03 +0100 | Aidan Kehoe | Add an implementation for #'the, cl-macs.el |