emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f8b8221: * net/nsm.el (network-security-level): Cha


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master f8b8221: * net/nsm.el (network-security-level): Change the default to `medium'.
Date: Mon, 01 Dec 2014 16:47:10 +0000

branch: master
commit f8b82217c74f635deb02a825528e574745c51b0e
Author: Lars Magne Ingebrigtsen <address@hidden>
Commit: Lars Magne Ingebrigtsen <address@hidden>

    * 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 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a2f507..85f6b3b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
 2014-12-01  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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 2b540f3..067de55 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]