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:
parent
22458c3342
commit
7fe92d22bd
1 changed files with 2 additions and 1 deletions
|
|
@ -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 "** "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue