Function: dns-get

dns-get is a byte-compiled function defined in dns.el.gz.

Signature

(dns-get TYPE SPEC)

Source Code

;; Defined in /usr/src/emacs/lisp/net/dns.el.gz
(defun dns-get (type spec)
  (cadr (assq type spec)))