emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-http.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-http.el,v
Date: Sat, 30 Aug 2008 20:07:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/08/30 20:07:58

Index: url-http.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-http.el,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- url-http.el 30 Aug 2008 02:22:27 -0000      1.61
+++ url-http.el 30 Aug 2008 20:07:58 -0000      1.62
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]