;ELC   
;;; Compiled by pot@pot.cnuce.cnr.it on Tue Mar 18 15:37:57 2003
;;; from file /home/pot/gnu/emacs-pretest.new/lisp/dos-vars.el
;;; in Emacs version 21.3
;;; with bytecomp version 2.85.4.1
;;; 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") '(#$ . -703) :type '(repeat string) :group 'dos-fns)
#@253 *List of functions to be called after the DOS terminal and coding
systems are set up.  This is the place, e.g., to set specific entries
in `standard-display-table' as appropriate for your codepage, if
`IT-display-table-setup' doesn't do a perfect job.
(custom-declare-variable 'dos-codepage-setup-hook 'nil '(#$ . -915) :group 'dos-fns :type '(hook) :version "20.3.3")
