mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-11 10:20:33 -08:00
(site-run-file): Fix customize type.
This commit is contained in:
parent
c6e5033d0e
commit
938121302c
1 changed files with 1 additions and 1 deletions
|
|
@ -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]\\)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue