aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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