]> git.eshelyaron.com Git - emacs.git/commit
* 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)
committerEshel Yaron <me@eshelyaron.com>
Fri, 5 Jan 2024 08:23:54 +0000 (09:23 +0100)
commit0062dd5a8a1ed06f8fb6619402c0c0097695d187
tree63ac0c23f9d1fb17d2f509058263a11142d0303c
parent233045246cd352e3516d6fdecfb7b3121c1cfac5
* 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.

(cherry picked from commit ba300c96fa21af2fe7b7f25d16eec0a6c0738a95)
lisp/startup.el