emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2955936: ; Restore nixed comments


From: Mark Oteiza
Subject: [Emacs-diffs] master 2955936: ; Restore nixed comments
Date: Fri, 4 Nov 2016 18:22:23 +0000 (UTC)

branch: master
commit 29559361f56c9398dcb69db7396dcfc0887843a2
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; Restore nixed comments
---
 lisp/auth-source.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 13836aa..c59ebf4 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -812,7 +812,9 @@ Returns the deleted entries."
   "Forget all cached auth-source data."
   (interactive)
   (cl-do-symbols (sym password-data)
+    ;; when the symbol name starts with auth-source-magic
     (when (string-match (concat "^" auth-source-magic) (symbol-name sym))
+      ;; remove that key
       (password-cache-remove (symbol-name sym))))
   (setq auth-source-netrc-cache nil))
 



reply via email to

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