Mercurial > emacs
changeset 97877:b2f9b466af00
Comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 30 Aug 2008 20:07:58 +0000 |
parents | 2dace62e5e25 |
children | 45912950adb0 |
files | lisp/url/url-http.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/url-http.el Sat Aug 30 16:46:54 2008 +0000 +++ b/lisp/url/url-http.el Sat Aug 30 20:07:58 2008 +0000 @@ -1362,6 +1362,11 @@ (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)