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:
parent
bec8474a45
commit
89fbcbb907
1 changed files with 0 additions and 9 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue