mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Merge from origin/emacs-26
3ab2f9bbb9Merge from gnulibcbc8324488Prefer HTTPS to HTTP for gnu.orgbbda601d1d; Spelling fixes695cf5300bWait for frame visibility with timeout in w32term tooe1f6e3127aBring back the busy wait after x_make_frame_visible (Bug#2...bccf635217; * src/gtkutil.c (xg_check_special_colors): Add another G...26d58f0c58; Standardize license notices61225964edRevert "bug#28609: simple.el"a75ab3b3fbbug#28609: simple.elc7a21430c1; * etc/NEWS: Fix last change.33401b26b1Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/e...d4b2bbdc73Merge branch 'emacs-26' into scratch/org-mode-mergec1ac8c170fMerge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/e...af130f900fFix ert backtrace saving for non-`signal'ed errors (Bug#28...7476eeaa23Revert "Fix build on macOS (bug#28571)"fec63089d5Fix build on macOS (bug#28571)0f9a78e770Add tests for `css-current-defun-name'88a0dd71f1In w32fullscreen_hook don't add decorations to undecorated...18073beb14Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/e...1eef11b7beFix doc string of 'dired-listing-switches'eaefbc26d5; Add files missing inab351d442dab351d442dUpdate Org to v9.1.1
This commit is contained in:
commit
20a09de953
197 changed files with 6241 additions and 4550 deletions
|
|
@ -742,9 +742,8 @@ run. ARGS are the arguments to `debugger'."
|
|||
;; backtrace ready for printing is important for batch
|
||||
;; use.
|
||||
;;
|
||||
;; Grab the frames starting from `signal', frames below
|
||||
;; that are all from the debugger.
|
||||
(backtrace (backtrace-frames 'signal))
|
||||
;; Grab the frames above the debugger.
|
||||
(backtrace (cdr (backtrace-frames debugger)))
|
||||
(infos (reverse ert--infos)))
|
||||
(setf (ert--test-execution-info-result info)
|
||||
(cl-ecase type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue