From: Glenn Morris Date: Sat, 30 Aug 2008 20:07:58 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~3134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7270504e4c5eb47e6bb0f514bdc8c7d14a5b704;p=emacs.git Comment. --- diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index fc26447d704..d6e8181a94e 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)