diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-26 20:52:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-26 20:52:06 +0000 |
commit | fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e (patch) | |
tree | 51a5cfcc1cb01ef668c76cd8864209a87762d1e0 /lisp/dos-w32.el | |
parent | e4e772f1cf8fe5cd6af5294de27b508c4b10c9ff (diff) | |
download | emacs-fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e.tar.gz emacs-fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e.tar.bz2 emacs-fdc4f7a08a5f7e0623eef831f1231edb6ffa5e9e.zip |
(minibuffer-history-case-insensitive-variables):
Add file-name-history to it.
Diffstat (limited to 'lisp/dos-w32.el')
-rw-r--r-- | lisp/dos-w32.el | 3 |
1 files changed, 3 insertions, 0 deletions
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") |