|
From: | Juri Linkov |
Subject: | bug#55863: 29.0.50; [PATCH] Avoid hanging chad of *Backtrace* |
Date: | Thu, 09 Jun 2022 09:46:25 +0300 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) |
> ;; Don't let `inhibit-message' get in our way (especially > important if > ;; `non-interactive-frame' evaluated to a non-nil value. > - (inhibit-message nil) > + inhibit-message > ;; We may be entering the debugger from a context that has > ;; let-bound `inhibit-read-only', which means that all > ;; buffers would be read/write while the debugger is running. > - (inhibit-read-only nil)) > + inhibit-read-only) Often an explicit nil value is used as an indication that it overrides the default value. This helps to read source code.
[Prev in Thread] | Current Thread | [Next in Thread] |