From b7270504e4c5eb47e6bb0f514bdc8c7d14a5b704 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 30 Aug 2008 20:07:58 +0000 Subject: Comment. --- lisp/url/url-http.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/url') diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index fc26447d70..d6e8181a94 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -1362,6 +1362,11 @@ p3p (defconst url-https-default-port 443 "Default HTTPS port.") ;;;###autoload (defconst url-https-asynchronous-p t "HTTPS retrievals are asynchronous.") + +;; FIXME what is the point of this alias being an autoload? +;; Trying to use it will not cause url-http to be loaded, +;; since the full alias just gets dumped into loaddefs.el. + ;;;###autoload (autoload 'url-default-expander "url-expand") ;;;###autoload (defalias 'url-https-expand-file-name 'url-default-expander) -- cgit v1.2.3