From 904d3e660d8612fa4877121d66e9700b71871885 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Thu, 29 Oct 2015 10:00:38 -0400 Subject: [PATCH] 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 file changed, 2 insertions(+) diff --git a/packages/url-http-ntlm/url-http-ntlm.el b/packages/url-http-ntlm/url-http-ntlm.el index c0af6dda1..25341ae60 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) -- 2.39.2