changeset 62316:2a4f6c0559af

(dig): Use with-no-warnings.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 May 2005 11:28:14 +0000
parents c37dfc8054d6
children 3ae147d964be
files lisp/net/net-utils.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/net-utils.el	Sat May 14 11:27:40 2005 +0000
+++ b/lisp/net/net-utils.el	Sat May 14 11:28:14 2005 +0000
@@ -468,7 +468,8 @@
       (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 "** "