branch: master
commit 904d3e660d8612fa4877121d66e9700b71871885
Author: Thomas Fitzsimmons <[email protected]>
Commit: Thomas Fitzsimmons <[email protected]>
url-http-ntlm: Autoload url-ntlm-auth and its registration
* url-http-ntlm.el Autoload call to url-register-auth-scheme.
(url-ntlm-auth): Autoload function.
---
packages/url-http-ntlm/url-http-ntlm.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/packages/url-http-ntlm/url-http-ntlm.el
b/packages/url-http-ntlm/url-http-ntlm.el
index c0af6dd..25341ae 100644
--- a/packages/url-http-ntlm/url-http-ntlm.el
+++ b/packages/url-http-ntlm/url-http-ntlm.el
@@ -238,6 +238,7 @@ stored credentials are not affected."
;;; 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
;;; Register `url-ntlm-auth' HTTP authentication method.
+;;;###autoload
(url-register-auth-scheme "ntlm" nil 8)
(provide 'url-http-ntlm)