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

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

[elpa] master 55e7f42 14/32: url-http-ntlm.el (url-http-ntlm-last-args):


From: Thomas Fitzsimmons
Subject: [elpa] master 55e7f42 14/32: url-http-ntlm.el (url-http-ntlm-last-args): Group defvar with others
Date: Thu, 18 Feb 2016 03:27:59 +0000

branch: master
commit 55e7f423f5ee4b1d46e02df3bacd44b836b695e6
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    url-http-ntlm.el (url-http-ntlm-last-args): Group defvar with others
---
 packages/url-http-ntlm/url-http-ntlm.el |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/url-http-ntlm/url-http-ntlm.el 
b/packages/url-http-ntlm/url-http-ntlm.el
index 302915f..47f57e0 100644
--- a/packages/url-http-ntlm/url-http-ntlm.el
+++ b/packages/url-http-ntlm/url-http-ntlm.el
@@ -53,6 +53,11 @@ The username can contain the domain name, in the form 
\"address@hidden".
 
 Note that for any server, only one user and password is ever stored.")
 
+(defvar url-http-ntlm-last-args nil
+  "Stores the last `url-http-ntlm-get-stage' arguments and return value.
+This is used to detect multiple calls.")
+(make-variable-buffer-local 'url-http-ntlm-last-args)
+
 (defun url-http-ntlm-ensure-keepalive ()
   "Report an error if `url-http-attempt-keepalives' is not set."
   (assert url-http-attempt-keepalives
@@ -65,11 +70,6 @@ Note that for any server, only one user and password is ever 
stored.")
   (setq url-http-extra-headers
        (url-http-ntlm-rmssoc "Authorization" url-http-extra-headers)))
 
-(defvar url-http-ntlm-last-args nil
-  "Stores the last `url-http-ntlm-get-stage' arguments and return value.
-This is used to detect multiple calls.")
-(make-variable-buffer-local 'url-http-ntlm-last-args)
-
 (defun url-http-ntlm-get-stage (args)
   "Determine what stage of the NTLM handshake we are at.
 PROMPT and ARGS come from `url-ntlm-auth''s caller,



reply via email to

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