comparison lisp/dos-fns.el @ 7825:06c366308319

(Info-default-directory-list): Setting this no longer needed.
author Richard M. Stallman <rms@gnu.org>
date Tue, 07 Jun 1994 15:32:29 +0000
parents 96fa8af2fac8
children b36d5e88cccc
comparison
equal deleted inserted replaced
7824:de1dfb8aea82 7825:06c366308319
97 nil) 97 nil)
98 98
99 ;;; To set the default file type on new files. 99 ;;; To set the default file type on new files.
100 (add-hook 'find-file-not-found-hooks 'find-file-not-found-set-buffer-file-type) 100 (add-hook 'find-file-not-found-hooks 'find-file-not-found-set-buffer-file-type)
101 101
102 ;;; We use the Emacs directory, not /usr/local
103 (setq Info-default-directory-list (list "c:/emacs/info"))
104
105 (defvar msdos-shells '("command.com" "4dos.com" "ndos.com") 102 (defvar msdos-shells '("command.com" "4dos.com" "ndos.com")
106 "*List of shells that use `/c' instead of `-c' and a backslashed command.") 103 "*List of shells that use `/c' instead of `-c' and a backslashed command.")
107 104
108 (defconst register-name-alist 105 (defconst register-name-alist
109 '((ax . 0) (bx . 1) (cx . 2) (dx . 3) (si . 4) (di . 5) 106 '((ax . 0) (bx . 1) (cx . 2) (dx . 3) (si . 4) (di . 5)