comparison lisp/net/goto-addr.el @ 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 a9dc0e7c3f2b
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
101183:96e4db45c8a5 101184:8b936847a612
127 'goto-address-at-point) 127 'goto-address-at-point)
128 (define-key m (kbd "C-c RET") 'goto-address-at-point) 128 (define-key m (kbd "C-c RET") 'goto-address-at-point)
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)
136 136
137 (defcustom goto-address-url-mouse-face 'highlight 137 (defcustom goto-address-url-mouse-face 'highlight