1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(Info-default-directory-list): Setting this no longer needed.

This commit is contained in:
Richard M. Stallman 1994-06-07 15:32:29 +00:00
parent 1a6640ec24
commit 0670bdd128

View file

@ -99,9 +99,6 @@ against the file name, and TYPE is nil for text, t for binary.")
;;; To set the default file type on new files.
(add-hook 'find-file-not-found-hooks 'find-file-not-found-set-buffer-file-type)
;;; We use the Emacs directory, not /usr/local
(setq Info-default-directory-list (list "c:/emacs/info"))
(defvar msdos-shells '("command.com" "4dos.com" "ndos.com")
"*List of shells that use `/c' instead of `-c' and a backslashed command.")