From: Richard M. Stallman Date: Tue, 9 Jun 1998 02:52:41 +0000 (+0000) Subject: (null-device): New variable. X-Git-Tag: emacs-20.3~674 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03511cfdaa9b5718f78c60bcf794c9dbdf00bfa4;p=emacs.git (null-device): New variable. --- diff --git a/lisp/files.el b/lisp/files.el index 2db3657f2d5..63bab564651 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -365,6 +365,9 @@ and ignores this variable." (or (getenv "TMPDIR") (getenv "TMP") (getenv "TEMP") "/tmp")))) "The directory for writing temporary files.") +;; The system null device. (Should reference NULL_DEVICE from C.) +(defvar null-device "/dev/null" "The system null device.") + ;; This hook function provides support for ange-ftp host name ;; completion. It runs the usual ange-ftp hook, but only for ;; completion operations. Having this here avoids the need