summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/net/goto-addr.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el
index eaa1356955a..40a067e6251 100644
--- a/lisp/net/goto-addr.el
+++ b/lisp/net/goto-addr.el
@@ -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