aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-26 20:52:06 +0000
committerRichard M. Stallman1998-05-26 20:52:06 +0000
commitfdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e (patch)
tree51a5cfcc1cb01ef668c76cd8864209a87762d1e0
parente4e772f1cf8fe5cd6af5294de27b508c4b10c9ff (diff)
downloademacs-fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e.tar.gz
emacs-fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e.zip
(minibuffer-history-case-insensitive-variables):
Add file-name-history to it.
-rw-r--r--lisp/dos-w32.el3
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