Explorar o código

Add missing require for backtrace-to-string.

Damien Merenne %!s(int64=5) %!d(string=hai) anos
pai
achega
8cd8dd2cd8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/test-helper.el

+ 1 - 1
test/test-helper.el

@@ -21,8 +21,8 @@
 
 ;;; Code:
 
-
 (when (> emacs-major-version 26)
+  (require 'debug)
   (defun ert--print-backtrace (frames)
     (insert (backtrace-to-string frames))))