shr.el (shr-link): Make shr-link inherit from link by default.

This commit is contained in:
Julien Danjou 2011-05-07 10:41:20 +00:00 committed by Katsumi Yamaoka
parent 58f74fe408
commit 7ef1d63406
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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)