diff lisp/dos-w32.el @ 22256:9f422336200e

(minibuffer-history-case-insensitive-variables): Add file-name-history to it.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 May 1998 20:52:06 +0000
parents 33b1f010d589
children 3c91c17a1a0f
line wrap: on
line diff
--- a/lisp/dos-w32.el	Tue May 26 20:50:52 1998 +0000
+++ b/lisp/dos-w32.el	Tue May 26 20:52:06 1998 +0000
@@ -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")