aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-23 12:27:42 +0200
committerLars Ingebrigtsen2019-09-23 12:27:42 +0200
commit87b685f4365f663ef1258cd60616034cd2cc89c9 (patch)
tree01188c37f996df8688ca4a8e17c379756e1ac523 /etc
parent0f45f383b9e66e90f092a6095b2f0faa19e55af3 (diff)
downloademacs-87b685f4365f663ef1258cd60616034cd2cc89c9.tar.gz
emacs-87b685f4365f663ef1258cd60616034cd2cc89c9.zip
Add an `authinfo-hidden' variable
* lisp/auth-source.el (authinfo-hidden): New variable. (authinfo--hide-passwords): Use it to allow users to decide what to hide.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 73f0ca2497b..e28bb2c0bd9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1497,7 +1497,8 @@ To recover the previous behavior, set new user option
1497*** .authinfo and .netrc files now use a new mode: 'authinfo-mode'. 1497*** .authinfo and .netrc files now use a new mode: 'authinfo-mode'.
1498This is just like 'fundamental-mode', except that it hides passwords 1498This is just like 'fundamental-mode', except that it hides passwords
1499under a "****" display property. When the cursor moves to this text, 1499under a "****" display property. When the cursor moves to this text,
1500the real password is revealed (via 'reveal-mode'). 1500the real password is revealed (via 'reveal-mode'). The
1501'authinfo-hidden' variable can be used to control what to hide.
1501 1502
1502** Tramp 1503** Tramp
1503 1504