Mercurial > hg > xemacs-beta
log lisp/specifier.el @ 5940:c608d4b0b75e cygwin64 tip
age | author | description |
---|---|---|
Mon, 03 Oct 2011 20:16:14 +0100 | Aidan Kehoe | Declare labels as line where appropriate; use #'labels, not #'flet, tests. |
Wed, 07 Sep 2011 21:21:36 +0100 | Aidan Kehoe | Replace #'flet by #'labels where appropriate, core code. |
Thu, 17 Mar 2011 23:42:59 +0100 | Mats Lidell | Merge with trunk. |
Thu, 14 Oct 2010 17:15:20 +0200 | Mats Lidell | Changed bulk of GPLv2 or later files identified by script |
Tue, 08 Mar 2011 23:41:52 +0000 | Aidan Kehoe | Examining the result of #'length: `eql', not `=', it's better style & cheaper |
Thu, 16 Sep 2010 15:06:38 +0100 | Aidan Kehoe | Change forms like (delq nil (mapcar ...)) to (mapcan ...). |
Sun, 15 Aug 2010 15:42:45 +0100 | Aidan Kehoe | Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec |