Variable: sh-shell-process

sh-shell-process is a buffer-local variable defined in sh-script.el.gz.

Documentation

The inferior shell process for interaction.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
;; inferior shell interaction
;; TODO: support multiple interactive shells
(defvar-local sh-shell-process nil
  "The inferior shell process for interaction.")