Explorar el Código

Add missing require for backtrace-to-string.

Damien Merenne hace 5 años
padre
commit
8cd8dd2cd8
Se han modificado 1 ficheros con 1 adiciones y 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))))