changeset 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 7851f4551208
children 23e2e03f2bf6
files lisp/dos-w32.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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")