]> code.delx.au - gnu-emacs-elpa/commitdiff
url-http-ntlm: Autoload url-ntlm-auth and its registration
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 29 Oct 2015 14:00:38 +0000 (10:00 -0400)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 18 Feb 2016 03:19:54 +0000 (22:19 -0500)
* url-http-ntlm.el Autoload call to url-register-auth-scheme.
(url-ntlm-auth): Autoload function.

packages/url-http-ntlm/url-http-ntlm.el

index c0af6dda19eb4927f13ecccb29d4190e02a5157a..25341ae60cf656f322c0512e38ac02ad99c8c49d 100644 (file)
@@ -238,6 +238,7 @@ stored credentials are not affected."
 
 \f
 ;;; Public function called by `url-get-authentication'.
+;;;###autoload
 (defun url-ntlm-auth (url &optional prompt overwrite realm args)
   "Return an NTLM HTTP authorization header.
 Get the contents of the Authorization header for a HTTP response
@@ -278,6 +279,7 @@ the server's last response.  These are used by
 
 \f
 ;;; Register `url-ntlm-auth' HTTP authentication method.
+;;;###autoload
 (url-register-auth-scheme "ntlm" nil 8)
 
 (provide 'url-http-ntlm)