aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-08-30 20:07:58 +0000
committerGlenn Morris2008-08-30 20:07:58 +0000
commitb7270504e4c5eb47e6bb0f514bdc8c7d14a5b704 (patch)
tree343045d06f182092c326ac4a7f19acce2f6cf4e7
parent32cef06eddd843f7fdd3015bab414c8580257d68 (diff)
downloademacs-b7270504e4c5eb47e6bb0f514bdc8c7d14a5b704.tar.gz
emacs-b7270504e4c5eb47e6bb0f514bdc8c7d14a5b704.zip
Comment.
-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 fc26447d704..d6e8181a94e 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -1362,6 +1362,11 @@ p3p
1362(defconst url-https-default-port 443 "Default HTTPS port.") 1362(defconst url-https-default-port 443 "Default HTTPS port.")
1363;;;###autoload 1363;;;###autoload
1364(defconst url-https-asynchronous-p t "HTTPS retrievals are asynchronous.") 1364(defconst url-https-asynchronous-p t "HTTPS retrievals are asynchronous.")
1365
1366;; FIXME what is the point of this alias being an autoload?
1367;; Trying to use it will not cause url-http to be loaded,
1368;; since the full alias just gets dumped into loaddefs.el.
1369
1365;;;###autoload (autoload 'url-default-expander "url-expand") 1370;;;###autoload (autoload 'url-default-expander "url-expand")
1366;;;###autoload 1371;;;###autoload
1367(defalias 'url-https-expand-file-name 'url-default-expander) 1372(defalias 'url-https-expand-file-name 'url-default-expander)