1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

; Restore nixed comments

This commit is contained in:
Mark Oteiza 2016-11-04 14:22:05 -04:00
parent 2c6920a365
commit 29559361f5

View 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))