mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
Remove XEmacs compat code from ffap.el
* lisp/ffap.el (ffap-what-domain): Remove XEmacs compat code.
This commit is contained in:
parent
dc05cf1206
commit
d1aafe02c3
@ -112,8 +112,6 @@
|
||||
|
||||
(defgroup ffap nil
|
||||
"Find file or URL at point."
|
||||
;; Dead 2009/07/05.
|
||||
;; :link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/")
|
||||
:group 'matching
|
||||
:group 'convenience)
|
||||
|
||||
@ -409,8 +407,7 @@ See `mail-extr.el' for the known domains."
|
||||
(defun ffap-what-domain (domain)
|
||||
;; Like what-domain in mail-extr.el, returns string or nil.
|
||||
(require 'mail-extr)
|
||||
(let ((ob (or (ffap-symbol-value 'mail-extr-all-top-level-domains)
|
||||
(ffap-symbol-value 'all-top-level-domains)))) ; XEmacs
|
||||
(let ((ob (ffap-symbol-value 'mail-extr-all-top-level-domains)))
|
||||
(and ob (get (intern-soft (downcase domain) ob) 'domain-name))))
|
||||
|
||||
(defun ffap-machine-p (host &optional service quiet strategy)
|
||||
|
Loading…
Reference in New Issue
Block a user