]> git.eshelyaron.com Git - emacs.git/commitdiff
(null-device): New variable.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Jun 1998 02:52:41 +0000 (02:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Jun 1998 02:52:41 +0000 (02:52 +0000)
lisp/files.el

index 2db3657f2d54f1eb25928e116ef95e85c7468dc0..63bab56465186723c3042a4c14d79c7dc987de7b 100644 (file)
@@ -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