aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/goto-addr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el
index 130d1bd9cb0..1d18af3bc98 100644
--- a/lisp/net/goto-addr.el
+++ b/lisp/net/goto-addr.el
@@ -129,7 +129,7 @@ A value of t means there is no limit--fontify regardless of the size."
129 m) 129 m)
130 "Keymap to hold goto-addr's mouse key defs under highlighted URLs.") 130 "Keymap to hold goto-addr's mouse key defs under highlighted URLs.")
131 131
132(defcustom goto-address-url-face 'bold 132(defcustom goto-address-url-face 'link
133 "Face to use for URLs." 133 "Face to use for URLs."
134 :type 'face 134 :type 'face
135 :group 'goto-address) 135 :group 'goto-address)