Mercurial > hg > xemacs-beta
log lisp/minibuf.el @ 5368:ed74d2ca7082
age | author | description |
---|---|---|
2011-03-10 | Aidan Kehoe | Use ', not #', when a given symbol may not have a function binding at read time |
2011-03-08 | Aidan Kehoe | Examining the result of #'length: `eql', not `=', it's better style & cheaper |
2010-09-16 | Aidan Kehoe | Change forms like (delq nil (mapcar ...)) to (mapcan ...). |
2010-01-01 | Aidan Kehoe | Use uninterned symbols in various information-hiding contexts. |