]> git.eshelyaron.com Git - emacs.git/commit
Hide passwords in .authinfo and .netrc files
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 21 Sep 2019 10:03:55 +0000 (12:03 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 21 Sep 2019 10:04:00 +0000 (12:04 +0200)
commit893111f48abd504208408904ea54bc487641756d
treebecee12bc572cdf8644abf947f5997bfde257915
parent2c7224f8942e6338ea9dce727a7b573bf4f3f5a6
Hide passwords in .authinfo and .netrc files

* lisp/auth-source.el (authinfo-mode): New mode (bug#28785).
(authinfo--hide-passwords, authinfo--toggle-display): New functions.

* lisp/files.el (auto-mode-alist): Use authinfo-mode for .authinfo
and .netrc files.
etc/NEWS
lisp/auth-source.el
lisp/files.el