diff options
| author | Andreas Schwab | 1998-09-18 09:22:48 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-09-18 09:22:48 +0000 |
| commit | 938121302cf47cfbfde4e22f202cb8ebc2012e6e (patch) | |
| tree | 98cc700b8ecc97672c0ceb45a3cd9f7307f33541 | |
| parent | c6e5033d0e5602857df2e8a82ffbf716c94d3ccb (diff) | |
| download | emacs-938121302cf47cfbfde4e22f202cb8ebc2012e6e.tar.gz emacs-938121302cf47cfbfde4e22f202cb8ebc2012e6e.zip | |
(site-run-file): Fix customize type.
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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' | |||
| 293 | option or by setting `inhibit-default-init' in their own init files, | 293 | option or by setting `inhibit-default-init' in their own init files, |
| 294 | but inhibiting `site-start.el' requires `--no-site-file', which | 294 | but inhibiting `site-start.el' requires `--no-site-file', which |
| 295 | is less convenient." | 295 | is less convenient." |
| 296 | :type 'string | 296 | :type '(choice (const :tag "none" nil) string) |
| 297 | :group 'initialization) | 297 | :group 'initialization) |
| 298 | 298 | ||
| 299 | (defconst iso-8859-n-locale-regexp "8859[-_]?\\([1-49]\\)" | 299 | (defconst iso-8859-n-locale-regexp "8859[-_]?\\([1-49]\\)" |