emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/url-http-ntlm 2aed8ca 22/42: url-http-ntlm: Autoload ur


From: Stefan Monnier
Subject: [elpa] externals/url-http-ntlm 2aed8ca 22/42: url-http-ntlm: Autoload url-ntlm-auth and its registration
Date: Sat, 28 Nov 2020 17:19:46 -0500 (EST)

branch: externals/url-http-ntlm
commit 2aed8cae3b4f0e09b0468a425fd21ae0f14c0169
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    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.
---
 url-http-ntlm.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/url-http-ntlm.el b/url-http-ntlm.el
index c0af6dd..25341ae 100644
--- a/url-http-ntlm.el
+++ b/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)



reply via email to

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