diff options
| author | Richard M. Stallman | 1998-05-26 20:52:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-26 20:52:06 +0000 |
| commit | fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e (patch) | |
| tree | 51a5cfcc1cb01ef668c76cd8864209a87762d1e0 | |
| parent | e4e772f1cf8fe5cd6af5294de27b508c4b10c9ff (diff) | |
| download | emacs-fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e.tar.gz emacs-fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e.zip | |
(minibuffer-history-case-insensitive-variables):
Add file-name-history to it.
| -rw-r--r-- | lisp/dos-w32.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index a03617ffd24..62ee0f13667 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el | |||
| @@ -32,6 +32,9 @@ | |||
| 32 | ;; Use ";" instead of ":" as a path separator (from files.el). | 32 | ;; Use ";" instead of ":" as a path separator (from files.el). |
| 33 | (setq path-separator ";") | 33 | (setq path-separator ";") |
| 34 | 34 | ||
| 35 | (setq minibuffer-history-case-insensitive-variables | ||
| 36 | (cons 'file-name-history minibuffer-history-case-insensitive-variables)) | ||
| 37 | |||
| 35 | ;; Set the null device (for compile.el). | 38 | ;; Set the null device (for compile.el). |
| 36 | (setq grep-null-device "NUL") | 39 | (setq grep-null-device "NUL") |
| 37 | 40 | ||