]> git.eshelyaron.com Git - emacs.git/commitdiff
Moved `eshell-non-interactive-p' to eshell.el.
authorJohn Wiegley <johnw@newartisans.com>
Tue, 24 Apr 2001 01:37:08 +0000 (01:37 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 24 Apr 2001 01:37:08 +0000 (01:37 +0000)
lisp/eshell/esh-mode.el

index d0393df4153eaeb143d38bad693b5d6b12605f98..91bb34782df42562ac377044e08eb5f53073dee5 100644 (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.")