summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-06-09 02:52:41 +0000
committerRichard M. Stallman <rms@gnu.org>1998-06-09 02:52:41 +0000
commit81fea846bbe82a8705551fb4ba010ef4201981a1 (patch)
treeccce20b19b909be16a5422cf1ffa22bdb428854e
parentf333f958c4d8bec21bd653ad67efcd5c9a3a21e7 (diff)
downloademacs-81fea846bbe82a8705551fb4ba010ef4201981a1.tar.gz
(null-device): New variable.
-rw-r--r--lisp/files.el3
1 files changed, 3 insertions, 0 deletions
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