aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer1998-09-04 20:41:33 +0000
committerKarl Heuer1998-09-04 20:41:33 +0000
commit3827b1b8a29ffc9f0c1e715dbdc33c1c0af1d86d (patch)
treec0de86a093a7e266bee78912906ece93c5b7399d /lisp
parent1f882e21d600690d5eb2fa6f5793adc9de107f13 (diff)
downloademacs-3827b1b8a29ffc9f0c1e715dbdc33c1c0af1d86d.tar.gz
emacs-3827b1b8a29ffc9f0c1e715dbdc33c1c0af1d86d.zip
(netstat-program-options): Changed from nil to "-a"
so that by default netstat shows all network connections.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net-utils.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net-utils.el b/lisp/net-utils.el
index c744604fe30..38775a0cc80 100644
--- a/lisp/net-utils.el
+++ b/lisp/net-utils.el
@@ -121,7 +121,8 @@ These options can be used to limit how many ICMP packets are emitted."
121 :type 'string 121 :type 'string
122 ) 122 )
123 123
124(defcustom netstat-program-options nil 124(defcustom netstat-program-options
125 (list "-a")
125 "Options for netstat-program." 126 "Options for netstat-program."
126 :group 'net-utils 127 :group 'net-utils
127 :type '(repeat 'string) 128 :type '(repeat 'string)