GNU bug report logs -
#48019
28.0.50; Error signaled by documentation function
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 25 Apr 2021 17:48:01 UTC
Severity: normal
Tags: fixed
Found in version 28.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Which is this.
Stefan, this leads to errors when re-reading the etc/DOC file -- the
variable in question is assumed to always be a list.
commit 2fb271ca35ff96540c0940b0ea5281bdaac953ec
Author: Stefan Monnier <monnier <at> iro.umontreal.ca>
AuthorDate: Thu Apr 22 09:32:04 2021 -0400
Commit: Stefan Monnier <monnier <at> iro.umontreal.ca>
CommitDate: Thu Apr 22 09:32:04 2021 -0400
Fix unload+reload of files using `custom-initialize-delay` (bug#47072)
* lisp/custom.el (custom-initialize-delay): Don't delay if
`custom-delayed-init-variables` has already been processed.
* lisp/startup.el (command-line): Mark `custom-delayed-init-variables`
as processed.
diff --git a/lisp/startup.el b/lisp/startup.el
index 4d4c65e6c4..c1267274d9 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1175,7 +1175,7 @@ command-line
;; are dependencies between them.
(nreverse custom-delayed-init-variables))
(mapc #'custom-reevaluate-setting custom-delayed-init-variables)
- (setq custom-delayed-init-variables nil)
+ (setq custom-delayed-init-variables t)
;; Warn for invalid user name.
(when init-file-user
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 4 years and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.