diff options
| author | Stefan Kangas | 2019-07-05 16:29:32 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-07-06 11:59:41 +0300 |
| commit | c0d1a228ff30f7605a464e759e4a88aa0913b51f (patch) | |
| tree | 64f0cb76cb0379cefae08509ab36526b828b2502 | |
| parent | 43d2a0a4a8092d675bc9c5412f0bf71f78b1f97f (diff) | |
| download | emacs-c0d1a228ff30f7605a464e759e4a88aa0913b51f.tar.gz emacs-c0d1a228ff30f7605a464e759e4a88aa0913b51f.zip | |
* lisp/net/goto-addr.el: Remove leftover XEmacs compat code. (Bug#36512)
| -rw-r--r-- | lisp/net/goto-addr.el | 10 |
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 @@ | |||
| 63 | (require 'thingatpt) | 63 | (require 'thingatpt) |
| 64 | (autoload 'browse-url-url-at-point "browse-url") | 64 | (autoload 'browse-url-url-at-point "browse-url") |
| 65 | 65 | ||
| 66 | ;; XEmacs needs the following definitions. | ||
| 67 | (unless (fboundp 'overlays-in) | ||
| 68 | (require 'overlay)) | ||
| 69 | (unless (fboundp 'line-beginning-position) | ||
| 70 | (defalias 'line-beginning-position 'point-at-bol)) | ||
| 71 | (unless (fboundp 'line-end-position) | ||
| 72 | (defalias 'line-end-position 'point-at-eol)) | ||
| 73 | (unless (fboundp 'match-string-no-properties) | ||
| 74 | (defalias 'match-string-no-properties 'match-string)) | ||
| 75 | |||
| 76 | (defgroup goto-address nil | 66 | (defgroup goto-address nil |
| 77 | "Click to browse URL or to send to e-mail address." | 67 | "Click to browse URL or to send to e-mail address." |
| 78 | :group 'mouse | 68 | :group 'mouse |