mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
; * lisp/cus-start.el (standard): Improve commentary (bug#78637).
This commit is contained in:
parent
dd1efa5309
commit
1e9167d22a
1 changed files with 2 additions and 0 deletions
|
@ -949,6 +949,8 @@ since it could result in memory overflow and make Emacs crash."
|
||||||
;; `cus-start' can be loaded twice: it's preloaded by `loadup.el'
|
;; `cus-start' can be loaded twice: it's preloaded by `loadup.el'
|
||||||
;; (at which point we don't set up all the info) but can be *re*loaded
|
;; (at which point we don't set up all the info) but can be *re*loaded
|
||||||
;; later on demand by `custom' (and `info-xref') to get the full info.
|
;; later on demand by `custom' (and `info-xref') to get the full info.
|
||||||
|
;; `cus-start--preload' is bound to t by loadup.el before it loads
|
||||||
|
;; this file.
|
||||||
(if (bound-and-true-p cus-start--preload)
|
(if (bound-and-true-p cus-start--preload)
|
||||||
;; Note this is the _only_ initialize property we handle.
|
;; Note this is the _only_ initialize property we handle.
|
||||||
(if (eq (cadr (memq :initialize rest)) #'custom-initialize-delay)
|
(if (eq (cadr (memq :initialize rest)) #'custom-initialize-delay)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue