Function: network-connection-mode

network-connection-mode is a byte-compiled function defined in net-utils.el.gz.

Signature

(network-connection-mode)

Documentation

Major mode for interacting with the network-connection program.

In addition to any hooks its parent mode comint-mode might have run, this mode runs the hook network-connection-mode-hook, as the final or penultimate step during initialization.

Source Code

;; Defined in /usr/src/emacs/lisp/net/net-utils.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; General Network connection
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(define-derived-mode network-connection-mode comint-mode "Network-Connection"
  "Major mode for interacting with the `network-connection' program."
  :interactive nil)