]> git.eshelyaron.com Git - emacs.git/commitdiff
; Restore nixed comments
authorMark Oteiza <mvoteiza@udel.edu>
Fri, 4 Nov 2016 18:22:05 +0000 (14:22 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Fri, 4 Nov 2016 18:22:05 +0000 (14:22 -0400)
lisp/auth-source.el

index 13836aab984d964aa11ca9a69bc49bc48841fe82..c59ebf4a93c6b953b77fd2abed820a8bc288d97c 100644 (file)
@@ -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))