diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-07 15:32:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-07 15:32:29 +0000 |
commit | 0670bdd128531c1d81c35bee7baf61811f2e6bd1 (patch) | |
tree | 24b21ca8ed56507caf578258db6939e8087762e8 /lisp/dos-fns.el | |
parent | 1a6640ec24b0d05a242b264b57e004e5fb4961ae (diff) | |
download | emacs-0670bdd128531c1d81c35bee7baf61811f2e6bd1.tar.gz |
(Info-default-directory-list): Setting this no longer needed.
Diffstat (limited to 'lisp/dos-fns.el')
-rw-r--r-- | lisp/dos-fns.el | 3 |
1 files changed, 0 insertions, 3 deletions
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.") |