]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment.
authorGlenn Morris <rgm@gnu.org>
Sat, 30 Aug 2008 20:07:58 +0000 (20:07 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 30 Aug 2008 20:07:58 +0000 (20:07 +0000)
lisp/url/url-http.el

index fc26447d7047eca01e381a50edeee88f5f960ca2..d6e8181a94ea744e08e15111956395dd416812ef 100644 (file)
@@ -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)