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

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

[elpa] master 904d3e6 22/32: url-http-ntlm: Autoload url-ntlm-auth and i


From: Thomas Fitzsimmons
Subject: [elpa] master 904d3e6 22/32: url-http-ntlm: Autoload url-ntlm-auth and its registration
Date: Thu, 18 Feb 2016 03:28:44 +0000

branch: master
commit 904d3e660d8612fa4877121d66e9700b71871885
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    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)



reply via email to

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