aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-08-01 11:52:32 +0200
committerStefan Kangas2022-08-01 11:52:32 +0200
commit89fbcbb907edc8679ae61b030ae0bfb5323dce60 (patch)
tree3e09826fac759c0c9ad9c9dfa09835f222262515
parentbec8474a453757aed9a38f4786325b7144c246e9 (diff)
downloademacs-89fbcbb907edc8679ae61b030ae0bfb5323dce60.tar.gz
emacs-89fbcbb907edc8679ae61b030ae0bfb5323dce60.zip
; * lisp/net/net-utils.el: Delete code commented out since 2000.
Note also that the netstat command is officially deprecated.
-rw-r--r--lisp/net/net-utils.el9
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
442 ping-program 442 ping-program
443 options))) 443 options)))
444 444
445;; FIXME -- Needs to be a process filter
446;; (defun netstat-with-filter (filter)
447;; "Run netstat program."
448;; (interactive "sFilter: ")
449;; (netstat)
450;; (set-buffer (get-buffer "*Netstat*"))
451;; (goto-char (point-min))
452;; (delete-matching-lines filter))
453
454;;;###autoload 445;;;###autoload
455(defun nslookup-host (host &optional name-server) 446(defun nslookup-host (host &optional name-server)
456 "Look up the DNS information for HOST (name or IP address). 447 "Look up the DNS information for HOST (name or IP address).