comparison lisp/dos-w32.el @ 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 33b1f010d589
children 3c91c17a1a0f
comparison
equal deleted inserted replaced
22255:7851f4551208 22256:9f422336200e
29 29
30 ;;; Code: 30 ;;; Code:
31 31
32 ;; Use ";" instead of ":" as a path separator (from files.el). 32 ;; Use ";" instead of ":" as a path separator (from files.el).
33 (setq path-separator ";") 33 (setq path-separator ";")
34
35 (setq minibuffer-history-case-insensitive-variables
36 (cons 'file-name-history minibuffer-history-case-insensitive-variables))
34 37
35 ;; Set the null device (for compile.el). 38 ;; Set the null device (for compile.el).
36 (setq grep-null-device "NUL") 39 (setq grep-null-device "NUL")
37 40
38 ;; Set the grep regexp to match entries with drive letters. 41 ;; Set the grep regexp to match entries with drive letters.