]> git.eshelyaron.com Git - emacs.git/commit
Make 'run-dig' command obsolete in favor of 'dig'
authorStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 09:11:34 +0000 (11:11 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 09:29:27 +0000 (11:29 +0200)
commit707124d2b92780b4f21d72c7c62899e074fa8ced
tree0e6b27559f6335dea67b2224be57d5d803f16ed6
parent74f43f82e6b4702027d99edb6ca125f3243ce4ba
Make 'run-dig' command obsolete in favor of 'dig'

* lisp/net/net-utils.el (run-dig): Redefine in terms of `dig' and make
obsolete.  (Bug#56432).
(dig-program): Delete duplicate defcustom; it is also in dig.el.
(dig-program-options): Move from here...
* lisp/net/dig.el (dig-program-options): ...to here.
(dig-invoke): Respect 'dig-program-options'.
(dig): Prompt for DNS server when given double prefix argument.
etc/NEWS
lisp/net/dig.el
lisp/net/net-utils.el