From f8b82217c74f635deb02a825528e574745c51b0e Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 1 Dec 2014 17:46:28 +0100 Subject: [PATCH] * net/nsm.el (network-security-level): Change the default to `medium'. --- lisp/ChangeLog | 2 ++ lisp/net/nsm.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a2f507ec40..85f6b3b805f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-12-01 Lars Magne Ingebrigtsen + * net/nsm.el (network-security-level): Change the default to `medium'. + * net/eww.el (eww): Leave point in a place that doesn't cause scrolling when displaying "Loading...". 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 -- 2.39.5