From fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 May 1998 20:52:06 +0000 Subject: [PATCH] (minibuffer-history-case-insensitive-variables): Add file-name-history to it. --- lisp/dos-w32.el | 3 +++ 1 file changed, 3 insertions(+) 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 @@ ;; 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") -- 2.39.2