[gnus git] branch no-gnus updated: m0-1-94-gcf5cfdb =1= color.el (color-lighten-name): Fix typo.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cf5cfdb08feebd35cf60b6e709e0bd36b8b13921 (commit)
from f2827115bd6160ad866d432031b8bb9ce5bf1d11 (commit)
- Log -----------------------------------------------------------------
commit cf5cfdb08feebd35cf60b6e709e0bd36b8b13921
Author: Bastien Guerry <[email protected]>
Date: Thu Apr 5 11:31:40 2012 +0000
color.el (color-lighten-name): Fix typo.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d795909..5f42d88 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-03-22 Lars Magne Ingebrigtsen <[email protected]>
* auth-source.el (auth-source-netrc-create): Quote tokens that contain
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, no-gnus has been updated
hooks/post-receive
--
Gnus Project