From 29559361f56c9398dcb69db7396dcfc0887843a2 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Fri, 4 Nov 2016 14:22:05 -0400 Subject: [PATCH] ; 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 13836aab984..c59ebf4a93c 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)) -- 2.39.5