1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(dig): Use with-no-warnings.

This commit is contained in:
Richard M. Stallman 2005-05-14 11:28:14 +00:00
parent 22458c3342
commit 7fe92d22bd

View file

@ -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 "** "