diff options
author | John Wiegley <johnw@newartisans.com> | 2002-08-10 00:18:18 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2002-08-10 00:18:18 +0000 |
commit | 70a06174e51b948ee0b4e4091f38bb0bd6cdc04f (patch) | |
tree | 46477c28c73b9a9284f6f1622c5201fda1d6a33a /lisp/eshell/esh-util.el | |
parent | 185932d7be565d5bfcd8d17f06e04a2ae161318d (diff) | |
download | emacs-70a06174e51b948ee0b4e4091f38bb0bd6cdc04f.tar.gz |
Removed eshell-under-cygwin-p, and all uses of it.
Diffstat (limited to 'lisp/eshell/esh-util.el')
-rw-r--r-- | lisp/eshell/esh-util.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index dae9655aff7..ef4bcda31a0 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el @@ -146,10 +146,6 @@ function `string-to-number'." "Return non-nil if we are running under MS-DOS/Windows." (memq system-type '(ms-dos windows-nt))) -(defsubst eshell-under-cygwin-p () - "Return non-nil if we are running under Cygwin." - (eq system-type 'cygwin32)) - (defmacro eshell-condition-case (tag form &rest handlers) "Like `condition-case', but only if `eshell-pass-through-errors' is nil." (if eshell-handle-errors |