From: Richard M. Stallman Date: Tue, 7 Jun 1994 15:32:29 +0000 (+0000) Subject: (Info-default-directory-list): Setting this no longer needed. X-Git-Tag: emacs-19.34~8028 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0670bdd128531c1d81c35bee7baf61811f2e6bd1;p=emacs.git (Info-default-directory-list): Setting this no longer needed. --- diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index b8335fddada..213ce288fd9 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el @@ -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.")