1
Fork 0
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:
John Wiegley 2001-04-24 01:37:08 +00:00
parent 522d42f715
commit 671faf5874

View file

@ -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.")