emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 89fbcbb907: ; * lisp/net/net-utils.el: Delete code commented out


From: Stefan Kangas
Subject: master 89fbcbb907: ; * lisp/net/net-utils.el: Delete code commented out since 2000.
Date: Mon, 1 Aug 2022 05:53:03 -0400 (EDT)

branch: master
commit 89fbcbb907edc8679ae61b030ae0bfb5323dce60
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/net/net-utils.el: Delete code commented out since 2000.
    
    Note also that the netstat command is officially deprecated.
---
 lisp/net/net-utils.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el
index c7ff175e08..192c8446eb 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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]