mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
Merge from origin/emacs-28
1a1b206a8bAdapt the recent 'num_processors' change to MS-Windows7cb4637923Minor fix to clarify a sentence in emacs-lisp-introab60144ea3; Pacify recent shorthand unused lexarg warnings.e9df86004fMake tty-run-terminal-initialization load the .elc file (i...07edc28bdbFix ert errors when there's a test that binds `debug-on-er...96278de8acNew function num-processors575e626105Add symbol property 'save-some-buffers-function' (bug#46374)a3e10af95cKeep reading when typed RET in read-char-from-minibuffer a...013e3be832* lisp/userlock.el (ask-user-about-supersession-threat): A...ae61d7a57dFix point positioning on mouse clicks with non-zero line-h...4c7e74c386Complete shorthands to longhands for symbol-completing tablesc2513c5d0dAdd new failing test for bug#510891d1e96377c; * lisp/emacs-lisp/shortdoc.el: Fix typo.6bf29072e9Avoid mapping file names through 'substring'bcce93f04cUpdate to Org 9.5-46-gb714745d408f1a24Expanded testing of MH-E with multiple MH variantsb497add971Fix Seccomp filter for newer GNU/Linux systems (Bug#51073).75d9fbec88Tramp code cleanup # Conflicts: # etc/NEWS # test/lisp/progmodes/elisp-mode-tests.el
This commit is contained in:
commit
8aceb37b47
42 changed files with 1082 additions and 177 deletions
|
|
@ -781,6 +781,10 @@ This mainly sets up debugger-related bindings."
|
|||
(ert--run-test-debugger test-execution-info
|
||||
args)))
|
||||
(debug-on-error t)
|
||||
;; Don't infloop if the error being called is erroring
|
||||
;; out, and we have `debug-on-error' bound to nil inside
|
||||
;; the test.
|
||||
(backtrace-on-error-noninteractive nil)
|
||||
(debug-on-quit t)
|
||||
;; FIXME: Do we need to store the old binding of this
|
||||
;; and consider it in `ert--run-test-debugger'?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue