# HG changeset patch # User Juri Linkov # Date 1231974853 0 # Node ID 8b936847a6123373ade8fedd0cd08f165759ec0a # Parent 96e4db45c8a5c8a4ed0804d6a88590e2c1bf8971 (goto-address-url-face): Change default value from `bold' to `link'. diff -r 96e4db45c8a5 -r 8b936847a612 lisp/net/goto-addr.el --- 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)