comparison lisp/files.el @ 44952:fd324d332ceb

(small-temporary-file-directory): Fix custom type.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Apr 2002 03:55:57 +0000
parents 5eca5e9178c8
children 2e2beba30184
comparison
equal deleted inserted replaced
44951:f002d8b28340 44952:fd324d332ceb
201 "The directory for writing small temporary files. 201 "The directory for writing small temporary files.
202 If non-nil, this directory is used instead of `temporary-file-directory' 202 If non-nil, this directory is used instead of `temporary-file-directory'
203 by programs that create small temporary files. This is for systems that 203 by programs that create small temporary files. This is for systems that
204 have fast storage with limited space, such as a RAM disk." 204 have fast storage with limited space, such as a RAM disk."
205 :group 'files 205 :group 'files
206 :type 'directory) 206 :type '(choice (const nil) directory))
207 207
208 ;; The system null device. (Should reference NULL_DEVICE from C.) 208 ;; The system null device. (Should reference NULL_DEVICE from C.)
209 (defvar null-device "/dev/null" "The system null device.") 209 (defvar null-device "/dev/null" "The system null device.")
210 210
211 (defvar file-name-invalid-regexp 211 (defvar file-name-invalid-regexp