From 938121302cf47cfbfde4e22f202cb8ebc2012e6e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 18 Sep 1998 09:22:48 +0000 Subject: [PATCH] (site-run-file): Fix customize type. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 444d156e601..87aa10d5c20 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -293,7 +293,7 @@ override them. Users can prevent loading `default.el' with the `-q' 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]\\)" -- 2.39.2