diff lisp/eshell/esh-util.el @ 46852:6eb625bead4f

Removed eshell-under-cygwin-p, and all uses of it.
author John Wiegley <johnw@newartisans.com>
date Sat, 10 Aug 2002 00:18:18 +0000
parents 543b32b4673d
children 39dffdbc6892
line wrap: on
line diff
--- a/lisp/eshell/esh-util.el	Sat Aug 10 00:17:41 2002 +0000
+++ b/lisp/eshell/esh-util.el	Sat Aug 10 00:18:18 2002 +0000
@@ -146,10 +146,6 @@
   "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