Mercurial > hg > xemacs-beta
log lisp/cl-extra.el @ 5075:868a9ffcc37b
age | author | description |
---|---|---|
Wed, 24 Feb 2010 17:17:13 +0000 | Aidan Kehoe | Normally return a compiled function if one argument, #'constantly. |
Mon, 22 Feb 2010 20:08:51 +0000 | Aidan Kehoe | Add #'constantly, as specified by ANSI Common Lisp. |
Wed, 03 Feb 2010 20:26:47 +0000 | Aidan Kehoe | Move #'some, #'every to C, implementing them with mapcarX. |
Wed, 03 Feb 2010 20:18:53 +0000 | Aidan Kehoe | Merge. |
Sun, 31 Jan 2010 18:29:48 +0000 | Aidan Kehoe | Move the various map* functions to C; add #'map-into. |
Mon, 01 Feb 2010 01:02:40 -0600 | Ben Wing | implement equalp in C, fix case-folding, add equal() method for keymaps |