log lisp/minibuf.el @ 5368:ed74d2ca7082

age author description
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: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 ...).
Fri, 01 Jan 2010 19:45:39 +0000 Aidan Kehoe Use uninterned symbols in various information-hiding contexts.
Mon, 09 Nov 2009 17:05:19 +0100 Didier Verna Make switch-to-buffer completion avoid current buffer.
Sat, 24 Oct 2009 15:33:23 +0100 Aidan Kehoe Add `file-system-ignore-case-p', use it.
Fri, 14 Aug 2009 19:14:51 +0100 Aidan Kehoe Correct an ancient typo workaround, thank you Julian Bradfield!
Sat, 05 Jan 2008 16:13:04 +0100 Mike Sperber Improve upon previous patch to minibuf.el.