Mercurial > hg > xemacs-beta
log
age | author | description |
---|---|---|
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. |