From 58cb49d471bbe4e9f08145b5909e91f1bdd8142e Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 14 Jan 2009 23:14:51 +0000 Subject: [PATCH] (goto-address-url-face): Change default value from `bold' to `link'. --- lisp/ChangeLog | 15 +++++++++++++++ lisp/net/goto-addr.el | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07827e45773..6701165f825 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2009-01-14 Juri Linkov + + * info.el (Info-isearch-filter): Don't filter out invisible text + when search-invisible is t. (Bug#1848) + + * simple.el (blink-matching-open): Use `minibuffer-message' to + display messages in the minibuffer. + + * help.el (view-help-file): + * menu-bar.el (menu-bar-help-extra-packages): + Use goto-address-mode instead of goto-address. + + * net/goto-addr.el (goto-address-url-face): Change default value + from `bold' to `link'. + 2009-01-14 Juanma Barranquero * international/mule-diag.el (print-list): Fix 2008-12-03 change. 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." 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) -- 2.39.2