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:
parent
2c6920a365
commit
29559361f5
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user