From 0a0a3573ec4454519ebfaf33f1742003a0b8a5a0 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 5 Apr 2012 09:29:19 +0200 Subject: [PATCH] Fix typo in color.el. Thanks to Brad Town for spotting this. --- lisp/ChangeLog | 4 ++++ lisp/color.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)) -- 2.39.2