From: Richard M. Stallman Date: Tue, 26 May 1998 20:52:06 +0000 (+0000) Subject: (minibuffer-history-case-insensitive-variables): X-Git-Tag: emacs-20.3~821 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e;p=emacs.git (minibuffer-history-case-insensitive-variables): Add file-name-history to it. --- 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")