Mercurial > emacs
changeset 37435:dac074fd9cac
Moved `eshell-non-interactive-p' to eshell.el.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Tue, 24 Apr 2001 01:37:08 +0000 |
parents | 05eab85e3eef |
children | 33a9a90f3e76 |
files | lisp/eshell/esh-mode.el |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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.")