aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-08-30 20:07:58 +0000
committerGlenn Morris <[email protected]>2008-08-30 20:07:58 +0000
commitb7270504e4c5eb47e6bb0f514bdc8c7d14a5b704 (patch)
tree343045d06f182092c326ac4a7f19acce2f6cf4e7 /lisp/url
parent32cef06eddd843f7fdd3015bab414c8580257d68 (diff)
Comment.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-http.el5
1 files changed, 5 insertions, 0 deletions
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)