diff options
author | Andrew Innes <andrewi@gnu.org> | 1998-06-24 20:32:19 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 1998-06-24 20:32:19 +0000 |
commit | bfba21fc345b53b07910049fa458c27bae4f4ed6 (patch) | |
tree | 731651508277b19f8ab7d020427eb05fdd2be9b9 /lisp/dos-w32.el | |
parent | 7ddd6031265879bd0624b3fb47290b5ac2317010 (diff) | |
download | emacs-bfba21fc345b53b07910049fa458c27bae4f4ed6.tar.gz |
(null-device): Renamed from grep-null-device.
Diffstat (limited to 'lisp/dos-w32.el')
-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 @@ (cons 'file-name-history minibuffer-history-case-insensitive-variables)) ;; Set the null device (for compile.el). -(setq grep-null-device "NUL") +(setq null-device "NUL") ;; Set the grep regexp to match entries with drive letters. (setq grep-regexp-alist |