[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: |
Mon, 05 Aug 2002 16:09:24 -0400 |
Index: emacs/lisp/eshell/esh-util.el
diff -c emacs/lisp/eshell/esh-util.el:1.16 emacs/lisp/eshell/esh-util.el:1.17
*** emacs/lisp/eshell/esh-util.el:1.16 Mon Jun 10 05:02:54 2002
--- emacs/lisp/eshell/esh-util.el Mon Aug 5 16:09:16 2002
***************
*** 146,151 ****
--- 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
- [Emacs-diffs] Changes to emacs/lisp/eshell/esh-util.el,
John Wiegley <=