* lisp/net/goto-addr.el: Remove leftover XEmacs compat code. (Bug#36512)
This commit is contained in:
parent
43d2a0a4a8
commit
c0d1a228ff
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue