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
3827b1b8
Commit
3827b1b8
authored
Sep 04, 1998
by
Karl Heuer
Browse files
(netstat-program-options): Changed from nil to "-a"
so that by default netstat shows all network connections.
parent
1f882e21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/net-utils.el
lisp/net-utils.el
+2
-1
No files found.
lisp/net-utils.el
View file @
3827b1b8
...
...
@@ -121,7 +121,8 @@ These options can be used to limit how many ICMP packets are emitted."
:type
'string
)
(
defcustom
netstat-program-options
nil
(
defcustom
netstat-program-options
(
list
"-a"
)
"Options for netstat-program."
:group
'net-utils
:type
'
(
repeat
'string
)
...
...
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