X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2846c6e3607995ce250435e5998ea6a08f60dd89..4d789d84b8d74fc01b83277fa9834bb9aa83642b:/lisp/net/goto-addr.el diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index e2556bdc6b..182758aaff 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el @@ -1,7 +1,7 @@ ;;; goto-addr.el --- click to browse URL or to send to e-mail address ;; Copyright (C) 1995, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Eric Ding ;; Maintainer: FSF @@ -76,7 +76,7 @@ (defgroup goto-address nil "Click to browse URL or to send to e-mail address." :group 'mouse - :group 'hypermedia) + :group 'comm) ;; I don't expect users to want fontify'ing without highlighting. @@ -129,7 +129,7 @@ A value of t means there is no limit--fontify regardless of the size." 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)