aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorJohn Wiegley2001-04-24 01:37:08 +0000
committerJohn Wiegley2001-04-24 01:37:08 +0000
commit671faf58749763bd3d6b189467b0706e54ce1065 (patch)
treef0b63ef9c6f5c77109f84ece1e8b811b0ac7bf31 /lisp/eshell
parent522d42f715acfe3c4d5d0c6c20bad91b6dc245db (diff)
downloademacs-671faf58749763bd3d6b189467b0706e54ce1065.tar.gz
emacs-671faf58749763bd3d6b189467b0706e54ce1065.zip
Moved `eshell-non-interactive-p' to eshell.el.
Diffstat (limited to 'lisp/eshell')
-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 d0393df4153..91bb34782df 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'."
196 :type 'boolean 196 :type 'boolean
197 :group 'eshell-mode) 197 :group 'eshell-mode)
198 198
199(defvar eshell-non-interactive-p nil
200 "A variable which is non-nil when Eshell is not running interactively.
201Modules should use this variable so that they don't clutter non-interactive
202sessions, such as when using `eshell-command'.")
203
204(defvar eshell-first-time-p t 199(defvar eshell-first-time-p t
205 "A variable which is non-nil the first time Eshell is loaded.") 200 "A variable which is non-nil the first time Eshell is loaded.")
206 201