comparison lisp/dos-w32.el @ 22607:3c91c17a1a0f

(null-device): Renamed from grep-null-device.
author Andrew Innes <andrewi@gnu.org>
date Wed, 24 Jun 1998 20:32:19 +0000
parents 9f422336200e
children e3fe83134880
comparison
equal deleted inserted replaced
22606:36171df7d571 22607:3c91c17a1a0f
34 34
35 (setq minibuffer-history-case-insensitive-variables 35 (setq minibuffer-history-case-insensitive-variables
36 (cons 'file-name-history minibuffer-history-case-insensitive-variables)) 36 (cons 'file-name-history minibuffer-history-case-insensitive-variables))
37 37
38 ;; Set the null device (for compile.el). 38 ;; Set the null device (for compile.el).
39 (setq grep-null-device "NUL") 39 (setq null-device "NUL")
40 40
41 ;; Set the grep regexp to match entries with drive letters. 41 ;; Set the grep regexp to match entries with drive letters.
42 (setq grep-regexp-alist 42 (setq grep-regexp-alist
43 '(("^\\(\\([a-zA-Z]:\\)?[^:( \t\n]+\\)[:( \t]+\\([0-9]+\\)[:) \t]" 1 3))) 43 '(("^\\(\\([a-zA-Z]:\\)?[^:( \t\n]+\\)[:( \t]+\\([0-9]+\\)[:) \t]" 1 3)))
44 44