Mercurial > emacs
comparison lisp/ChangeLog @ 111221:e2284aa4cad3
* lisp/emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
(pcase-if): Add one minor optimization.
(pcase-split-equal): Rename from pcase-split-eq.
(pcase-split-member): Rename from pcase-split-memq.
(pcase-u1): Add strings to the member optimization.
Add `guard' variant of predicates.
(pcase-q1): Add string patterns.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 28 Oct 2010 21:05:38 -0400 |
parents | 88ac54c22b2b |
children | cdad894f9ed0 |
comparison
equal
deleted
inserted
replaced
111220:fc95f9fde9d3 | 111221:e2284aa4cad3 |
---|---|
1 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns. | |
4 (pcase-if): Add one minor optimization. | |
5 (pcase-split-equal): Rename from pcase-split-eq. | |
6 (pcase-split-member): Rename from pcase-split-memq. | |
7 (pcase-u1): Add strings to the member optimization. | |
8 Add `guard' variant of predicates. | |
9 (pcase-q1): Add string patterns. | |
10 | |
1 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | 11 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 12 |
3 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred. | 13 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred. |
4 | 14 |
5 2010-10-28 Glenn Morris <rgm@gnu.org> | 15 2010-10-28 Glenn Morris <rgm@gnu.org> |