From: Bastien Guerry Date: Thu, 5 Apr 2012 07:29:19 +0000 (+0200) Subject: Fix typo in color.el. X-Git-Tag: emacs-24.0.96~111^2~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a0a3573ec4454519ebfaf33f1742003a0b8a5a0;p=emacs.git Fix typo in color.el. Thanks to Brad Town for spotting this. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d5d5b2f933..696e6e1eedc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-05 Bastien Guerry + + * color.el (color-lighten-name): Fix typo. + 2012-04-04 Stefan Monnier * server.el (server--on-display-p): New function. diff --git a/lisp/color.el b/lisp/color.el index 65536752ed8..6ccf9a79494 100644 --- a/lisp/color.el +++ b/lisp/color.el @@ -394,7 +394,7 @@ inclusive." See `color-lighten-hsl'." (apply 'color-rgb-to-hex (apply 'color-hsl-to-rgb - (apply 'color-lighten--hsl + (apply 'color-lighten-hsl (append (apply 'color-rgb-to-hsl (color-name-to-rgb name))