Function: eshell-under-windows-p
eshell-under-windows-p is a byte-compiled function defined in
esh-util.el.gz.
Signature
(eshell-under-windows-p)
Documentation
Return non-nil if we are running under MS-DOS/Windows.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
;;; Functions:
(defsubst eshell-under-windows-p ()
"Return non-nil if we are running under MS-DOS/Windows."
(memq system-type '(ms-dos windows-nt)))