diff options
| author | Richard M. Stallman | 1998-06-09 02:52:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-09 02:52:41 +0000 |
| commit | 03511cfdaa9b5718f78c60bcf794c9dbdf00bfa4 (patch) | |
| tree | e6138f368c0d15333ac5160b5e7a3d1ecfb86ba7 | |
| parent | cb60918c9c57409b91ae2d5b42eb67d51957da77 (diff) | |
| download | emacs-03511cfdaa9b5718f78c60bcf794c9dbdf00bfa4.tar.gz emacs-03511cfdaa9b5718f78c60bcf794c9dbdf00bfa4.zip | |
(null-device): New variable.
| -rw-r--r-- | lisp/files.el | 3 |
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." | |||
| 365 | (or (getenv "TMPDIR") (getenv "TMP") (getenv "TEMP") "/tmp")))) | 365 | (or (getenv "TMPDIR") (getenv "TMP") (getenv "TEMP") "/tmp")))) |
| 366 | "The directory for writing temporary files.") | 366 | "The directory for writing temporary files.") |
| 367 | 367 | ||
| 368 | ;; The system null device. (Should reference NULL_DEVICE from C.) | ||
| 369 | (defvar null-device "/dev/null" "The system null device.") | ||
| 370 | |||
| 368 | ;; This hook function provides support for ange-ftp host name | 371 | ;; This hook function provides support for ange-ftp host name |
| 369 | ;; completion. It runs the usual ange-ftp hook, but only for | 372 | ;; completion. It runs the usual ange-ftp hook, but only for |
| 370 | ;; completion operations. Having this here avoids the need | 373 | ;; completion operations. Having this here avoids the need |