From: Eli Zaretskii Date: Sat, 28 Jun 2025 06:56:08 +0000 (+0300) Subject: ; * lisp/cus-start.el (standard): Improve commentary (bug#78637). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e478d5fa76036a792407f51e6666193d6a69185;p=emacs.git ; * lisp/cus-start.el (standard): Improve commentary (bug#78637). (cherry picked from commit 1e9167d22a75102389a49978594e96d7669948f6) --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index b89d4331f9b..51df45a4553 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -942,6 +942,8 @@ since it could result in memory overflow and make Emacs crash." ;; `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 ;; 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) ;; Note this is the _only_ initialize property we handle. (if (eq (cadr (memq :initialize rest)) #'custom-initialize-delay)