* auth-source.el (auth-source-search): Fix unbound variable.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Feb 2011 00:57:21 +0000 (16:57 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Feb 2011 00:57:21 +0000 (16:57 -0800)
lisp/ChangeLog
lisp/auth-source.el

index 950f067..cfc9fb5 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * auth-source.el (auth-source-search): Fix unbound variable.
+
 2011-02-19  Glenn Morris  <rgm@gnu.org>
 
        * gnus.el (gnus-meta): Doc fix.
 2011-02-19  Glenn Morris  <rgm@gnu.org>
 
        * gnus.el (gnus-meta): Doc fix.
index eede353..eaed8e8 100644 (file)
@@ -510,7 +510,7 @@ must call it to obtain the actual value."
                      unless (memq (nth i spec) ignored-keys)
                      collect (nth i spec)))
          (found (auth-source-recall spec))
                      unless (memq (nth i spec) ignored-keys)
                      collect (nth i spec)))
          (found (auth-source-recall spec))
-         filtered-backends accessor-key found-here goal matches)
+         filtered-backends accessor-key found-here goal matches backend)
 
     (if (and found auth-source-do-cache)
         (auth-source-do-debug
 
     (if (and found auth-source-do-cache)
         (auth-source-do-debug