* lisp/auth-source.el (read-passwd): Remove entry from `post-command-hook'.
This commit is contained in:
parent
a61bf74225
commit
902029b141
1 changed files with 1 additions and 1 deletions
|
@ -2599,7 +2599,7 @@ by doing (clear-string STRING)."
|
||||||
;; Not sure why but it seems that there might be cases where the
|
;; Not sure why but it seems that there might be cases where the
|
||||||
;; minibuffer is not always properly reset later on, so undo
|
;; minibuffer is not always properly reset later on, so undo
|
||||||
;; whatever we've done here (bug#11392).
|
;; whatever we've done here (bug#11392).
|
||||||
(remove-hook 'after-change-functions
|
(remove-hook 'post-command-hook
|
||||||
#'read-passwd--hide-password 'local)
|
#'read-passwd--hide-password 'local)
|
||||||
(kill-local-variable 'post-self-insert-hook)
|
(kill-local-variable 'post-self-insert-hook)
|
||||||
;; And of course, don't keep the sensitive data around.
|
;; And of course, don't keep the sensitive data around.
|
||||||
|
|
Loading…
Add table
Reference in a new issue