aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dos-w32.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-05-26 20:52:06 +0000
committerRichard M. Stallman <[email protected]>1998-05-26 20:52:06 +0000
commitfdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e (patch)
tree51a5cfcc1cb01ef668c76cd8864209a87762d1e0 /lisp/dos-w32.el
parente4e772f1cf8fe5cd6af5294de27b508c4b10c9ff (diff)
(minibuffer-history-case-insensitive-variables):
Add file-name-history to it.
Diffstat (limited to 'lisp/dos-w32.el')
-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 a03617ffd2..62ee0f1366 100644
--- a/lisp/dos-w32.el
+++ b/lisp/dos-w32.el
@@ -32,6 +32,9 @@
;; Use ";" instead of ":" as a path separator (from files.el).
(setq path-separator ";")
+(setq minibuffer-history-case-insensitive-variables
+ (cons 'file-name-history minibuffer-history-case-insensitive-variables))
+
;; Set the null device (for compile.el).
(setq grep-null-device "NUL")