Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f8b82217
Commit
f8b82217
authored
Dec 01, 2014
by
Lars Magne Ingebrigtsen
Browse files
* net/nsm.el (network-security-level): Change the default to `medium'.
parent
8bb7019c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/net/nsm.el
lisp/net/nsm.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f8b82217
2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
* 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...".
...
...
lisp/net/nsm.el
View file @
f8b82217
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment