* lisp/startup.el (startup--load-user-init-file): Fix last change
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 5 Jan 2024 03:12:14 +0000 (22:12 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 5 Jan 2024 03:12:14 +0000 (22:12 -0500)
commitba300c96fa21af2fe7b7f25d16eec0a6c0738a95
tree737b2031f6b6aa3c508beded7333e213e0e518ae
parent1d40c601b3b77d3bf1ad1bdfbaf2f479ba9c4998
* lisp/startup.el (startup--load-user-init-file): Fix last change

Use `condition-case-unless-debug` only in the branch when
`--debug-init` is not in use, otherwise it prevents `handler-bind`
from triggering the debugger.
lisp/startup.el