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
655f2a08
Commit
655f2a08
authored
Jun 23, 2004
by
Luc Teirlinck
Browse files
(goto-address-fontify): Fix help-echo text.
parent
255d07dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/net/goto-addr.el
lisp/net/goto-addr.el
+2
-2
No files found.
lisp/net/goto-addr.el
View file @
655f2a08
...
@@ -168,7 +168,7 @@ and `goto-address-fontify-p'."
...
@@ -168,7 +168,7 @@ and `goto-address-fontify-p'."
(
overlay-put
this-overlay
(
overlay-put
this-overlay
'mouse-face
goto-address-url-mouse-face
)
'mouse-face
goto-address-url-mouse-face
)
(
overlay-put
this-overlay
(
overlay-put
this-overlay
'help-echo
"mouse-2: follow URL"
)
'help-echo
"mouse-2
, C-c RET
: follow URL"
)
(
overlay-put
this-overlay
(
overlay-put
this-overlay
'keymap
goto-address-highlight-keymap
)
'keymap
goto-address-highlight-keymap
)
(
overlay-put
this-overlay
'goto-address
t
)))
(
overlay-put
this-overlay
'goto-address
t
)))
...
@@ -182,7 +182,7 @@ and `goto-address-fontify-p'."
...
@@ -182,7 +182,7 @@ and `goto-address-fontify-p'."
(
overlay-put
this-overlay
'mouse-face
(
overlay-put
this-overlay
'mouse-face
goto-address-mail-mouse-face
)
goto-address-mail-mouse-face
)
(
overlay-put
this-overlay
(
overlay-put
this-overlay
'help-echo
"mouse-2: mail this address"
)
'help-echo
"mouse-2
, C-c RET
: mail this address"
)
(
overlay-put
this-overlay
(
overlay-put
this-overlay
'keymap
goto-address-highlight-keymap
)
'keymap
goto-address-highlight-keymap
)
(
overlay-put
this-overlay
'goto-address
t
))))))))
(
overlay-put
this-overlay
'goto-address
t
))))))))
...
...
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