diff options
| author | John Wiegley | 2001-04-24 01:37:08 +0000 |
|---|---|---|
| committer | John Wiegley | 2001-04-24 01:37:08 +0000 |
| commit | 671faf58749763bd3d6b189467b0706e54ce1065 (patch) | |
| tree | f0b63ef9c6f5c77109f84ece1e8b811b0ac7bf31 /lisp/eshell | |
| parent | 522d42f715acfe3c4d5d0c6c20bad91b6dc245db (diff) | |
| download | emacs-671faf58749763bd3d6b189467b0706e54ce1065.tar.gz emacs-671faf58749763bd3d6b189467b0706e54ce1065.zip | |
Moved `eshell-non-interactive-p' to eshell.el.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-mode.el | 5 |
1 files changed, 0 insertions, 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'." | |||
| 196 | :type 'boolean | 196 | :type 'boolean |
| 197 | :group 'eshell-mode) | 197 | :group 'eshell-mode) |
| 198 | 198 | ||
| 199 | (defvar eshell-non-interactive-p nil | ||
| 200 | "A variable which is non-nil when Eshell is not running interactively. | ||
| 201 | Modules should use this variable so that they don't clutter non-interactive | ||
| 202 | sessions, such as when using `eshell-command'.") | ||
| 203 | |||
| 204 | (defvar eshell-first-time-p t | 199 | (defvar eshell-first-time-p t |
| 205 | "A variable which is non-nil the first time Eshell is loaded.") | 200 | "A variable which is non-nil the first time Eshell is loaded.") |
| 206 | 201 | ||