]> git.eshelyaron.com Git - emacs.git/commitdiff
(netstat-program-options): Changed from nil to "-a"
authorKarl Heuer <kwzh@gnu.org>
Fri, 4 Sep 1998 20:41:33 +0000 (20:41 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 4 Sep 1998 20:41:33 +0000 (20:41 +0000)
so that by default netstat shows all network connections.

lisp/net-utils.el

index c744604fe3082e37a8aa091d538316d75dcd5b6f..38775a0cc80403603f7c0d25234971fe1befd03b 100644 (file)
@@ -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)