Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a0a3573
Commit
0a0a3573
authored
Apr 05, 2012
by
Bastien Guerry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in color.el.
Thanks to Brad Town for spotting this.
parent
2c719188
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/color.el
lisp/color.el
+1
-1
No files found.
lisp/ChangeLog
View file @
0a0a3573
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.
...
...
lisp/color.el
View file @
0a0a3573
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment