aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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 ba335bdadb1..2cbf94c0ee7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12012-08-13 Stefan Monnier <monnier@iro.umontreal.ca> 12012-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.