;ELC   
;;; Compiled by rms@psilocin.ai.mit.edu on Wed Jul  8 20:18:18 1998
;;; from file /gd/gnu/emacs/lisp/dos-vars.el
;;; in Emacs version 20.2.97.2
;;; with bytecomp version 2.47
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`dos-vars.el' was compiled for Emacs 19.29 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(custom-declare-group 'dos-fns nil "MS-DOS specific functions." :group 'environment)
#@74 *List of shells that use `/c' instead of `-c' and a backslashed command.
(custom-declare-variable 'msdos-shells ''("command.com" "4dos.com" "ndos.com") '(#$ . -689) :type '(repeat string) :group 'dos-fns)
