emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 3958002: ; Fix thinko


From: Mark Oteiza
Subject: [Emacs-diffs] master 3958002: ; Fix thinko
Date: Sun, 13 Nov 2016 00:06:52 +0000 (UTC)

branch: master
commit 3958002f6f1469dbb60e58b8e28a13858c9800c6
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; Fix thinko
    
    * lisp/auth-source.el (auth-source-backend-parse-parameters): Contain
    cl-return within cl-dolist.
---
 lisp/auth-source.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index c59ebf4..9669364 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -704,7 +704,7 @@ must call it to obtain the actual value."
 
       (setq filtered-backends (copy-sequence backends))
       (dolist (backend backends)
-        (dolist (key keys)
+        (cl-dolist (key keys)
           ;; ignore invalid slots
           (condition-case nil
               (unless (auth-source-search-collection



reply via email to

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