]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/cus-start.el (standard): Improve commentary (bug#78637).
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Jun 2025 06:56:08 +0000 (09:56 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:06:56 +0000 (22:06 +0200)
(cherry picked from commit 1e9167d22a75102389a49978594e96d7669948f6)

lisp/cus-start.el

index b89d4331f9b08b7814cd01cc566d9f526cd837d5..51df45a45539ff2398447ef7d7beeca654cae8ff 100644 (file)
@@ -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)