[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107773: Fix typo in color.el.
From: |
Bastien Guerry |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107773: Fix typo in color.el. |
Date: |
Thu, 05 Apr 2012 09:29:19 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107773
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Thu 2012-04-05 09:29:19 +0200
message:
Fix typo in color.el.
Thanks to Brad Town for spotting this.
modified:
lisp/ChangeLog
lisp/color.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-04-04 17:13:00 +0000
+++ b/lisp/ChangeLog 2012-04-05 07:29:19 +0000
@@ -1,3 +1,7 @@
+2012-04-05 Bastien Guerry <address@hidden>
+
+ * color.el (color-lighten-name): Fix typo.
+
2012-04-04 Stefan Monnier <address@hidden>
* server.el (server--on-display-p): New function.
=== modified file 'lisp/color.el'
--- a/lisp/color.el 2012-01-24 12:06:51 +0000
+++ b/lisp/color.el 2012-04-05 07:29:19 +0000
@@ -394,7 +394,7 @@
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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107773: Fix typo in color.el.,
Bastien Guerry <=