diff options
| -rw-r--r-- | lisp/dos-w32.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 62ee0f13667..b2f2fb138ad 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el | |||
| @@ -36,7 +36,7 @@ | |||
| 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 |