Mercurial > emacs
changeset 23187:205f3fab9564
(netstat-program-options): Changed from nil to "-a"
so that by default netstat shows all network connections.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 04 Sep 1998 20:41:33 +0000 |
parents | a49b7294e019 |
children | c8b236bbecad |
files | lisp/net-utils.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)