diff 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
line wrap: on
line diff
--- a/lisp/files.el	Sun Apr 28 23:38:51 2002 +0000
+++ b/lisp/files.el	Mon Apr 29 03:55:57 2002 +0000
@@ -203,7 +203,7 @@
 by programs that create small temporary files.  This is for systems that
 have fast storage with limited space, such as a RAM disk."
   :group 'files
-  :type 'directory)
+  :type '(choice (const nil) directory))
 
 ;; The system null device. (Should reference NULL_DEVICE from C.)
 (defvar null-device "/dev/null" "The system null device.")