Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0d1a228
Commit
c0d1a228
authored
Jul 05, 2019
by
Stefan Kangas
Committed by
Eli Zaretskii
Jul 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/net/goto-addr.el: Remove leftover XEmacs compat code. (Bug#36512)
parent
43d2a0a4
Pipeline
#2260
failed with stage
in 90 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
lisp/net/goto-addr.el
lisp/net/goto-addr.el
+0
-10
No files found.
lisp/net/goto-addr.el
View file @
c0d1a228
...
...
@@ -63,16 +63,6 @@
(
require
'thingatpt
)
(
autoload
'browse-url-url-at-point
"browse-url"
)
;; XEmacs needs the following definitions.
(
unless
(
fboundp
'overlays-in
)
(
require
'overlay
))
(
unless
(
fboundp
'line-beginning-position
)
(
defalias
'line-beginning-position
'point-at-bol
))
(
unless
(
fboundp
'line-end-position
)
(
defalias
'line-end-position
'point-at-eol
))
(
unless
(
fboundp
'match-string-no-properties
)
(
defalias
'match-string-no-properties
'match-string
))
(
defgroup
goto-address
nil
"Click to browse URL or to send to e-mail address."
:group
'mouse
...
...
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