Mercurial > hg > xemacs-beta
log
age | author | description |
---|---|---|
Thu, 10 Mar 2011 19:14:25 +0000 | Aidan Kehoe | Eliminate byte-compile warnings, core Lisp. |
Thu, 10 Mar 2011 18:51:15 +0000 | Aidan Kehoe | Use ', not #', when a given symbol may not have a function binding at read time |
Tue, 08 Mar 2011 23:57:21 +0000 | Aidan Kehoe | Use Common Lisp-derived builtins in a few more places in core Lisp. |
Tue, 08 Mar 2011 23:41:52 +0000 | Aidan Kehoe | Examining the result of #'length: `eql', not `=', it's better style & cheaper |
Tue, 08 Mar 2011 22:32:49 +0000 | Aidan Kehoe | Remove redundant functions, format.el, use functions from cl*.el instead. |
Tue, 08 Mar 2011 21:00:36 +0000 | Aidan Kehoe | Make my Lisp a little more sophisticated, select.el. |