From: Mark Oteiza Date: Fri, 4 Nov 2016 18:22:05 +0000 (-0400) Subject: ; Restore nixed comments X-Git-Tag: emacs-26.0.90~1371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29559361f56c9398dcb69db7396dcfc0887843a2;p=emacs.git ; Restore nixed comments --- 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))