[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-util.el
From: |
John Wiegley |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-util.el |
Date: |
Fri, 09 Aug 2002 20:18:18 -0400 |
Index: emacs/lisp/eshell/esh-util.el
diff -c emacs/lisp/eshell/esh-util.el:1.17 emacs/lisp/eshell/esh-util.el:1.18
*** emacs/lisp/eshell/esh-util.el:1.17 Mon Aug 5 16:09:16 2002
--- emacs/lisp/eshell/esh-util.el Fri Aug 9 20:18:18 2002
***************
*** 146,155 ****
"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
--- 146,151 ----