From 3827b1b8a29ffc9f0c1e715dbdc33c1c0af1d86d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 4 Sep 1998 20:41:33 +0000 Subject: [PATCH] (netstat-program-options): Changed from nil to "-a" so that by default netstat shows all network connections. --- lisp/net-utils.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." :type 'string ) -(defcustom netstat-program-options nil +(defcustom netstat-program-options + (list "-a") "Options for netstat-program." :group 'net-utils :type '(repeat 'string) -- 2.39.2