diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/net-utils.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index c7ff175e08e..192c8446eb1 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el @@ -442,15 +442,6 @@ If your system's ping continues until interrupted, you can try setting ping-program options))) -;; FIXME -- Needs to be a process filter -;; (defun netstat-with-filter (filter) -;; "Run netstat program." -;; (interactive "sFilter: ") -;; (netstat) -;; (set-buffer (get-buffer "*Netstat*")) -;; (goto-char (point-min)) -;; (delete-matching-lines filter)) - ;;;###autoload (defun nslookup-host (host &optional name-server) "Look up the DNS information for HOST (name or IP address). |