mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Moved `eshell-non-interactive-p' to eshell.el.
This commit is contained in:
parent
522d42f715
commit
671faf5874
1 changed files with 0 additions and 5 deletions
|
|
@ -196,11 +196,6 @@ This is used by `eshell-watch-for-password-prompt'."
|
|||
:type 'boolean
|
||||
:group 'eshell-mode)
|
||||
|
||||
(defvar eshell-non-interactive-p nil
|
||||
"A variable which is non-nil when Eshell is not running interactively.
|
||||
Modules should use this variable so that they don't clutter non-interactive
|
||||
sessions, such as when using `eshell-command'.")
|
||||
|
||||
(defvar eshell-first-time-p t
|
||||
"A variable which is non-nil the first time Eshell is loaded.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue