diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2014-12-01 17:46:28 +0100 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2014-12-01 17:47:05 +0100 |
commit | f8b82217c74f635deb02a825528e574745c51b0e (patch) | |
tree | bf2ca87c7b89f88ad145fc8d03e005d896209b6b /lisp/net/nsm.el | |
parent | 8bb7019c27dccddbbfeb7969679fcc92a65f198d (diff) | |
download | emacs-f8b82217c74f635deb02a825528e574745c51b0e.tar.gz |
* net/nsm.el (network-security-level): Change the default to `medium'.
Diffstat (limited to 'lisp/net/nsm.el')
-rw-r--r-- | lisp/net/nsm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el index 2b540f34e9c..067de556b67 100644 --- a/lisp/net/nsm.el +++ b/lisp/net/nsm.el @@ -34,7 +34,7 @@ :version "25.1" :group 'comm) -(defcustom network-security-level 'low +(defcustom network-security-level 'medium "How secure the network should be. If a potential problem with the security of the network connection is found, the user is asked to give input into how the |