]> code.delx.au - gnu-emacs/commitdiff
(minibuffer-history-case-insensitive-variables):
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 May 1998 20:52:06 +0000 (20:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 May 1998 20:52:06 +0000 (20:52 +0000)
Add file-name-history to it.

lisp/dos-w32.el

index a03617ffd24dab9811cb25847f4c58cbf5af25b2..62ee0f1366724a6092f8d6e11b2588ea00d170af 100644 (file)
@@ -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")