comparison lisp/startup.el @ 23276:912ae6c6787d

(site-run-file): Fix customize type.
author Andreas Schwab <schwab@suse.de>
date Fri, 18 Sep 1998 09:22:48 +0000
parents 584b28b8de70
children 00fa89a27438
comparison
equal deleted inserted replaced
23275:a1bd0f4f73e1 23276:912ae6c6787d
291 Put them in `default.el' instead, so that users can more easily 291 Put them in `default.el' instead, so that users can more easily
292 override them. Users can prevent loading `default.el' with the `-q' 292 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]\\)"
300 "Regexp that specifies when to enable an ISO 8859-N character set. 300 "Regexp that specifies when to enable an ISO 8859-N character set.
301 We do that if this regexp matches the locale name 301 We do that if this regexp matches the locale name