diff options
| author | Andrew Innes | 1998-06-24 20:32:19 +0000 |
|---|---|---|
| committer | Andrew Innes | 1998-06-24 20:32:19 +0000 |
| commit | bfba21fc345b53b07910049fa458c27bae4f4ed6 (patch) | |
| tree | 731651508277b19f8ab7d020427eb05fdd2be9b9 | |
| parent | 7ddd6031265879bd0624b3fb47290b5ac2317010 (diff) | |
| download | emacs-bfba21fc345b53b07910049fa458c27bae4f4ed6.tar.gz emacs-bfba21fc345b53b07910049fa458c27bae4f4ed6.zip | |
(null-device): Renamed from grep-null-device.
| -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 |