aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-09-01 12:03:08 +0200
committerStefan Monnier2010-09-01 12:03:08 +0200
commit4de81ee0d223f3ffda6c22ac630ace93f0fc47f7 (patch)
treead0145f9974fb577529bde4f3efcdec5fa3f55c8 /lisp/ChangeLog
parentda43765da1e8cadedcbb447422ced1840a2ef618 (diff)
downloademacs-4de81ee0d223f3ffda6c22ac630ace93f0fc47f7.tar.gz
emacs-4de81ee0d223f3ffda6c22ac630ace93f0fc47f7.zip
* lisp/emacs-lisp/pcase.el (pcase-split-memq): Overenthusiastic optimisation.
(pcase-u1): Handle the case of a lambda pred.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4003df33554..f59b457252c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/pcase.el (pcase-split-memq):
4 Fix overenthusiastic optimisation.
5 (pcase-u1): Handle the case of a lambda pred.
6
12010-08-31 Masatake YAMATO <yamato@redhat.com> 72010-08-31 Masatake YAMATO <yamato@redhat.com>
2 8
3 * textmodes/nroff-mode.el (nroff-view): New command. 9 * textmodes/nroff-mode.el (nroff-view): New command.