]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-default-directory-list): Setting this no longer needed.
authorRichard M. Stallman <rms@gnu.org>
Tue, 7 Jun 1994 15:32:29 +0000 (15:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 7 Jun 1994 15:32:29 +0000 (15:32 +0000)
lisp/dos-fns.el

index b8335fddada3ed27314febfe6c44dbc3559438de..213ce288fd99aded64fbd4ced8861af81b658396 100644 (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.")