changeset 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 f002d8b28340
children edd77d3b9898
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.")