]> git.eshelyaron.com Git - emacs.git/commitdiff
(small-temporary-file-directory): Fix custom type.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Apr 2002 03:55:57 +0000 (03:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Apr 2002 03:55:57 +0000 (03:55 +0000)
lisp/files.el

index 88f5b01ee8b658b96a1c32e8da3fc40de245a850..51eeaa73a717bf3adea1613129d3714bed066c20 100644 (file)
@@ -203,7 +203,7 @@ If non-nil, this directory is used instead of `temporary-file-directory'
 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.")