]> code.delx.au - gnu-emacs/commitdiff
Fix typo in color.el.
authorBastien Guerry <bastien1@free.fr>
Thu, 5 Apr 2012 07:29:19 +0000 (09:29 +0200)
committerBastien Guerry <bastien1@free.fr>
Thu, 5 Apr 2012 07:29:19 +0000 (09:29 +0200)
Thanks to Brad Town for spotting this.

lisp/ChangeLog
lisp/color.el

index 4d5d5b2f933b09cf5f985c6910db8ec30c27eefd..696e6e1eedca70377a80eb126f1bd17d14c60c49 100644 (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.
index 65536752ed8357c80df879f1f088280539b9e537..6ccf9a79494f81e22bc7b37388805f93597e9198 100644 (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))