Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7ef1d634
Commit
7ef1d634
authored
May 07, 2011
by
Julien Danjou
Committed by
Katsumi Yamaoka
May 07, 2011
Browse files
shr.el (shr-link): Make shr-link inherit from link by default.
parent
58f74fe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/shr.el
lisp/gnus/shr.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
7ef1d634
2011-05-07 Julien Danjou <julien@danjou.info>
* shr.el (shr-link): Make shr-link inherit from link by default.
2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
* shr.el (shr-urlify, shr-link): Fix shr-link face.
...
...
lisp/gnus/shr.el
View file @
7ef1d634
...
...
@@ -92,7 +92,7 @@ cid: URL as the argument.")
:group
'shr
)
(
defface
shr-link
'
((
t
(
:
underline
t
:foreground
"yellow"
:background
"black"
)))
'
((
t
(
:
inherit
link
)))
"Font for link elements."
:group
'shr
)
...
...
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