changeset 23276:912ae6c6787d

(site-run-file): Fix customize type.
author Andreas Schwab <schwab@suse.de>
date Fri, 18 Sep 1998 09:22:48 +0000
parents a1bd0f4f73e1
children 99892dbdb774
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Fri Sep 18 09:21:27 1998 +0000
+++ b/lisp/startup.el	Fri Sep 18 09:22:48 1998 +0000
@@ -293,7 +293,7 @@
 option or by setting `inhibit-default-init' in their own init files,
 but inhibiting `site-start.el' requires `--no-site-file', which
 is less convenient."
-  :type 'string
+  :type '(choice (const :tag "none" nil) string)
   :group 'initialization)
 
 (defconst iso-8859-n-locale-regexp "8859[-_]?\\([1-49]\\)"