diff options
| author | Stefan Monnier | 2012-05-15 14:45:27 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-05-15 14:45:27 -0400 |
| commit | c41045e6f2b9e9aa5ab8c7c679a2ea04b130fca3 (patch) | |
| tree | b287fecde0e207e8662b33128dd6f7ee1de9d744 /lisp/ChangeLog | |
| parent | 036dfb8b567cf4b382c7333de25ed3fd85dfed8a (diff) | |
| download | emacs-c41045e6f2b9e9aa5ab8c7c679a2ea04b130fca3.tar.gz emacs-c41045e6f2b9e9aa5ab8c7c679a2ea04b130fca3.zip | |
* lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac2aff0d9c7..717582a6f8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec. | ||
| 4 | |||
| 3 | * minibuffer.el (completion--sifn-requote): Handle sifn's truncation | 5 | * minibuffer.el (completion--sifn-requote): Handle sifn's truncation |
| 4 | behavior. | 6 | behavior. |
| 5 | (completion--string-equal-p): New function. | 7 | (completion--string-equal-p): New function. |