Fix typo in color.el.

Thanks to Brad Town for spotting this.
This commit is contained in:
Bastien Guerry 2012-04-05 09:29:19 +02:00
parent 2c7191889d
commit 0a0a3573ec
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-04-05 Bastien Guerry <bzg@altern.org>
* color.el (color-lighten-name): Fix typo.
2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server--on-display-p): New function.

View file

@ -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))