From: John Wiegley Date: Tue, 24 Apr 2001 01:37:08 +0000 (+0000) Subject: Moved `eshell-non-interactive-p' to eshell.el. X-Git-Tag: emacs-pretest-21.0.103~141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=671faf58749763bd3d6b189467b0706e54ce1065;p=emacs.git Moved `eshell-non-interactive-p' to eshell.el. --- 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'." :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.")