]> git.eshelyaron.com Git - emacs.git/commit
* lisp/color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Aug 2012 19:10:35 +0000 (15:10 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Aug 2012 19:10:35 +0000 (15:10 -0400)
commitaa7c6dbeba48522d892cbf011c40a9fef0c369f7
tree0f984a2054ada80ca4922a9bc47021a27f264ef6
parent89660017d14b5c2ca7d621636604f4acab63138c
* 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.
lisp/ChangeLog
lisp/color.el
lisp/vc/diff-mode.el