Function: network-connection-mode-setup
network-connection-mode-setup is a byte-compiled function defined in
net-utils.el.gz.
Signature
(network-connection-mode-setup HOST SERVICE)
Source Code
;; Defined in /usr/src/emacs/lisp/net/net-utils.el.gz
(defun network-connection-mode-setup (host service)
(setq-local network-connection-host host)
(setq-local network-connection-service service))