]> git.eshelyaron.com Git - emacs.git/commitdiff
shr.el (shr-link): Make shr-link inherit from link by default.
authorJulien Danjou <julien@danjou.info>
Sat, 7 May 2011 10:41:20 +0000 (10:41 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sat, 7 May 2011 10:41:20 +0000 (10:41 +0000)
lisp/gnus/ChangeLog
lisp/gnus/shr.el

index 531120c62312531a9ac3064da04be13fcf92af31..2122c73ebca83ed384be61ce4d069319ee37fe7c 100644 (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.
index 37b71c5d60c7446f46270e2ae858e9f7dc479413..2e7968e8deea566f5f99f700cce1fb3557aa6cd7 100644 (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)