From 7fe92d22bde9976a9ed49d57a4cd3df8798154ba Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 May 2005 11:28:14 +0000 Subject: [PATCH] (dig): Use with-no-warnings. --- lisp/net/net-utils.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index 4a54702643a..203d19ce14e 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el @@ -468,7 +468,8 @@ If your system's ping continues until interrupted, you can try setting (require 'ffap) (read-from-minibuffer "Lookup host: " - (or (ffap-string-at-point 'machine) ""))))) + (with-no-warnings + (or (ffap-string-at-point 'machine) "")))))) (net-utils-run-program "Dig" (concat "** " -- 2.39.2