# HG changeset patch # User Richard M. Stallman # Date 896215926 0 # Node ID 9f422336200eefa9f7a605d3f86c40b11d391f37 # Parent 7851f45512084bda470ac009c24acd1d19bf6af2 (minibuffer-history-case-insensitive-variables): Add file-name-history to it. diff -r 7851f4551208 -r 9f422336200e lisp/dos-w32.el --- 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")