[gnus git] branch master updated: m0-3-112-gf30956a =1= color.el (color-lighten-name): Fix typo.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f30956af53d51e583ed5d32f4394b12267b0e06e (commit)
from 51d26db283c2996ebf2af8ed8e4b7ff302feaa7a (commit)
- Log -----------------------------------------------------------------
commit f30956af53d51e583ed5d32f4394b12267b0e06e
Author: Bastien Guerry <[email protected]>
Date: Thu Apr 5 11:31:44 2012 +0000
color.el (color-lighten-name): Fix typo.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 30c43dd..6c3f671 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-05 Bastien Guerry <[email protected]>
+
+ * color.el (color-lighten-name): Fix typo.
+
2012-04-02 Katsumi Yamaoka <[email protected]>
* shr.el (shr-find-fill-point): Remove unused code; don't break a line
diff --git a/lisp/color.el b/lisp/color.el
index 6553675..6ccf9a7 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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/color.el | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project