diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/net-utils.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 468 | (require 'ffap) | 468 | (require 'ffap) |
| 469 | (read-from-minibuffer | 469 | (read-from-minibuffer |
| 470 | "Lookup host: " | 470 | "Lookup host: " |
| 471 | (or (ffap-string-at-point 'machine) ""))))) | 471 | (with-no-warnings |
| 472 | (or (ffap-string-at-point 'machine) "")))))) | ||
| 472 | (net-utils-run-program | 473 | (net-utils-run-program |
| 473 | "Dig" | 474 | "Dig" |
| 474 | (concat "** " | 475 | (concat "** " |