Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
58cb49d4
Commit
58cb49d4
authored
Jan 14, 2009
by
Juri Linkov
Browse files
(goto-address-url-face): Change default value from `bold' to `link'.
parent
4fd8fd32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
lisp/ChangeLog
lisp/ChangeLog
+15
-0
lisp/net/goto-addr.el
lisp/net/goto-addr.el
+1
-1
No files found.
lisp/ChangeLog
View file @
58cb49d4
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.
...
...
lisp/net/goto-addr.el
View file @
58cb49d4
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment