1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(goto-address-url-face): Change default value from bold' to link'.

This commit is contained in:
Juri Linkov 2009-01-14 23:14:51 +00:00
parent 4fd8fd3235
commit 58cb49d471
2 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,18 @@
2009-01-14 Juri Linkov <juri@jurta.org>
* 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 <lekktu@gmail.com>
* international/mule-diag.el (print-list): Fix 2008-12-03 change.

View file

@ -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)