]> git.eshelyaron.com Git - emacs.git/commit
Fix invocation with --debug-init and changes to debug-ignored-errors
authorEli Zaretskii <eliz@gnu.org>
Thu, 17 Aug 2023 18:35:20 +0000 (21:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 17 Aug 2023 18:35:20 +0000 (21:35 +0300)
commit3685387e609753293c4518be75e77c659c3b2d8d
tree0cc2bf25e73fd20fc279e55bc53207050f41ac89
parent39e0121354c25919c20786782da0c5f1952278a8
Fix invocation with --debug-init and changes to debug-ignored-errors

* src/eval.c (syms_of_eval) <debug-ignored-errors>: Mention in the
doc string the caveat with removing errors from the standard value
while invoking Emacs with --debug-init.

* lisp/startup.el (startup--load-user-init-file): If the user's
init files add to the value of 'debug-ignored-errors', make sure
the additions are preserved after restoring the value we reset
during loading the init file, if Emacs was invoked with
"--debug-init".  (Bug#65267)
lisp/startup.el
src/eval.c