# HG changeset patch # User Karl Heuer # Date 904941693 0 # Node ID 205f3fab9564ba47f46d0e3f7e34a8d63105ecb4 # Parent a49b7294e019974f24b441679c55436e631c5c01 (netstat-program-options): Changed from nil to "-a" so that by default netstat shows all network connections. diff -r a49b7294e019 -r 205f3fab9564 lisp/net-utils.el --- a/lisp/net-utils.el Fri Sep 04 20:39:26 1998 +0000 +++ b/lisp/net-utils.el Fri Sep 04 20:41:33 1998 +0000 @@ -121,7 +121,8 @@ :type 'string ) -(defcustom netstat-program-options nil +(defcustom netstat-program-options + (list "-a") "Options for netstat-program." :group 'net-utils :type '(repeat 'string)