# HG changeset patch # User Andreas Schwab # Date 906110568 0 # Node ID 912ae6c6787d717d71339d48a99beadfd138d755 # Parent a1bd0f4f73e1ef63f62e9adc7af808a73c864850 (site-run-file): Fix customize type. diff -r a1bd0f4f73e1 -r 912ae6c6787d lisp/startup.el --- 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]\\)"