From: Karl Heuer Date: Fri, 4 Sep 1998 20:41:33 +0000 (+0000) Subject: (netstat-program-options): Changed from nil to "-a" X-Git-Tag: emacs-20.4~1762 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3827b1b8a29ffc9f0c1e715dbdc33c1c0af1d86d;p=emacs.git (netstat-program-options): Changed from nil to "-a" so that by default netstat shows all network connections. --- 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)