From 671faf58749763bd3d6b189467b0706e54ce1065 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Apr 2001 01:37:08 +0000 Subject: [PATCH] Moved `eshell-non-interactive-p' to eshell.el. --- lisp/eshell/esh-mode.el | 5 ----- 1 file changed, 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'." :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.") -- 2.39.2