diff options
| author | Stefan Monnier | 2010-09-01 12:03:08 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-01 12:03:08 +0200 |
| commit | 4de81ee0d223f3ffda6c22ac630ace93f0fc47f7 (patch) | |
| tree | ad0145f9974fb577529bde4f3efcdec5fa3f55c8 /lisp/ChangeLog | |
| parent | da43765da1e8cadedcbb447422ced1840a2ef618 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-08-31 Masatake YAMATO <yamato@redhat.com> | 7 | 2010-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. |