1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

; * lisp/net/net-utils.el: Delete code commented out since 2000.

Note also that the netstat command is officially deprecated.
This commit is contained in:
Stefan Kangas 2022-08-01 11:52:32 +02:00
parent bec8474a45
commit 89fbcbb907

View file

@ -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).