diff options
| author | Stefan Monnier | 2012-08-13 15:10:35 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-08-13 15:10:35 -0400 |
| commit | aa7c6dbeba48522d892cbf011c40a9fef0c369f7 (patch) | |
| tree | 0f984a2054ada80ca4922a9bc47021a27f264ef6 /lisp/ChangeLog | |
| parent | 89660017d14b5c2ca7d621636604f4acab63138c (diff) | |
| download | emacs-aa7c6dbeba48522d892cbf011c40a9fef0c369f7.tar.gz emacs-aa7c6dbeba48522d892cbf011c40a9fef0c369f7.zip | |
* lisp/color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
Prefer pcase-let over destructuring-bind.
* lisp/vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
Also, remove whitespace as we go, rather than after accumulating the
various places.
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 ba335bdadb1..2cbf94c0ee7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000): | ||
| 4 | Prefer pcase-let over destructuring-bind. | ||
| 5 | * vc/diff-mode.el (diff-remove-trailing-whitespace): Same. | ||
| 6 | Also, remove whitespace as we go, rather than after accumulating the | ||
| 7 | various places. | ||
| 8 | |||
| 3 | * subr.el (internal--before-with-selected-window) | 9 | * subr.el (internal--before-with-selected-window) |
| 4 | (internal--after-with-selected-window): Fix typo seleted->selected. | 10 | (internal--after-with-selected-window): Fix typo seleted->selected. |
| 5 | (with-selected-window): Adjust callers. | 11 | (with-selected-window): Adjust callers. |