# HG changeset patch # User Richard M. Stallman # Date 771003149 0 # Node ID 06c3663083194a0cc3a8a463abf38f5af29d4219 # Parent de1dfb8aea8214c822787b585ae5552f7fa0b9e7 (Info-default-directory-list): Setting this no longer needed. diff -r de1dfb8aea82 -r 06c366308319 lisp/dos-fns.el --- a/lisp/dos-fns.el Tue Jun 07 15:29:45 1994 +0000 +++ b/lisp/dos-fns.el Tue Jun 07 15:32:29 1994 +0000 @@ -99,9 +99,6 @@ ;;; 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.")