diff options
| author | Richard M. Stallman | 1994-06-07 15:32:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-07 15:32:29 +0000 |
| commit | 0670bdd128531c1d81c35bee7baf61811f2e6bd1 (patch) | |
| tree | 24b21ca8ed56507caf578258db6939e8087762e8 | |
| parent | 1a6640ec24b0d05a242b264b57e004e5fb4961ae (diff) | |
| download | emacs-0670bdd128531c1d81c35bee7baf61811f2e6bd1.tar.gz emacs-0670bdd128531c1d81c35bee7baf61811f2e6bd1.zip | |
(Info-default-directory-list): Setting this no longer needed.
| -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.") | |||
| 99 | ;;; To set the default file type on new files. | 99 | ;;; To set the default file type on new files. |
| 100 | (add-hook 'find-file-not-found-hooks 'find-file-not-found-set-buffer-file-type) | 100 | (add-hook 'find-file-not-found-hooks 'find-file-not-found-set-buffer-file-type) |
| 101 | 101 | ||
| 102 | ;;; We use the Emacs directory, not /usr/local | ||
| 103 | (setq Info-default-directory-list (list "c:/emacs/info")) | ||
| 104 | |||
| 105 | (defvar msdos-shells '("command.com" "4dos.com" "ndos.com") | 102 | (defvar msdos-shells '("command.com" "4dos.com" "ndos.com") |
| 106 | "*List of shells that use `/c' instead of `-c' and a backslashed command.") | 103 | "*List of shells that use `/c' instead of `-c' and a backslashed command.") |
| 107 | 104 | ||