aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-mode.el
diff options
context:
space:
mode:
authorJohn Wiegley <[email protected]>2001-04-24 01:37:08 +0000
committerJohn Wiegley <[email protected]>2001-04-24 01:37:08 +0000
commit671faf58749763bd3d6b189467b0706e54ce1065 (patch)
treef0b63ef9c6f5c77109f84ece1e8b811b0ac7bf31 /lisp/eshell/esh-mode.el
parent522d42f715acfe3c4d5d0c6c20bad91b6dc245db (diff)
Moved `eshell-non-interactive-p' to eshell.el.
Diffstat (limited to 'lisp/eshell/esh-mode.el')
-rw-r--r--lisp/eshell/esh-mode.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index d0393df415..91bb34782d 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -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.")