Mercurial > emacs
changeset 101184:8b936847a612
(goto-address-url-face): Change default value from `bold' to `link'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 14 Jan 2009 23:14:13 +0000 |
parents | 96e4db45c8a5 |
children | d51c49b9fe72 |
files | lisp/net/goto-addr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/goto-addr.el Wed Jan 14 23:11:12 2009 +0000 +++ b/lisp/net/goto-addr.el Wed Jan 14 23:14:13 2009 +0000 @@ -129,7 +129,7 @@ m) "Keymap to hold goto-addr's mouse key defs under highlighted URLs.") -(defcustom goto-address-url-face 'bold +(defcustom goto-address-url-face 'link "Face to use for URLs." :type 'face :group 'goto-address)