# HG changeset patch # User John Wiegley # Date 988076228 0 # Node ID dac074fd9cacee580e34aed0a9dc273d2b615d04 # Parent 05eab85e3eef1cb4a4dbd57a056984b8b14b8fc4 Moved `eshell-non-interactive-p' to eshell.el. diff -r 05eab85e3eef -r dac074fd9cac lisp/eshell/esh-mode.el --- a/lisp/eshell/esh-mode.el Mon Apr 23 14:58:40 2001 +0000 +++ b/lisp/eshell/esh-mode.el Tue Apr 24 01:37:08 2001 +0000 @@ -196,11 +196,6 @@ :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.")