Mercurial > hg > xemacs-beta
log
age | author | description |
---|---|---|
Thu, 16 Sep 2010 15:06:38 +0100 | Aidan Kehoe | Change forms like (delq nil (mapcar ...)) to (mapcan ...). |
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 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:51:49 +0100 | Aidan Kehoe | Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form. |
Thu, 16 Sep 2010 13:36:03 +0100 | Aidan Kehoe | Add an implementation for #'the, cl-macs.el |
Tue, 07 Sep 2010 17:03:46 +0100 | Aidan Kehoe | Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake. |