comparison lisp/dos-vars.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents 3b3a9cd1785a
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
1 ;;; dos-vars.el --- MS-Dos specific user options. 1 ;;; dos-vars.el --- MS-Dos specific user options
2 2
3 ;; Copyright (C) 1998 Free Software Foundation, Inc. 3 ;; Copyright (C) 1998 Free Software Foundation, Inc.
4 4
5 ;; Maintainer: FSF 5 ;; Maintainer: FSF
6 ;; Keywords: internal 6 ;; Keywords: internal
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Commentary:
26
27 ;;; Code:
28
25 (defgroup dos-fns nil 29 (defgroup dos-fns nil
26 "MS-DOS specific functions." 30 "MS-DOS specific functions."
27 :group 'environment) 31 :group 'environment)
28 32
29 (defcustom msdos-shells '("command.com" "4dos.com" "ndos.com") 33 (defcustom msdos-shells '("command.com" "4dos.com" "ndos.com")