]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix edebug-tests test failure after prin1 change
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 17 May 2022 08:09:48 +0000 (10:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 17 May 2022 08:09:58 +0000 (10:09 +0200)
* lisp/emacs-lisp/ert-x.el (ert--make-print-advice): Fix test
failures in edebug-tests.

lisp/emacs-lisp/ert-x.el

index c42ce09a1c755dadb5374ea8985bc25e1b578288..6fe1ade7a0600d318e9692a1c99ec3effd229106 100644 (file)
@@ -338,7 +338,8 @@ unless the output is going to the echo area (when PRINTCHARFUN is
 t or PRINTCHARFUN is nil and `standard-output' is t).  If the
 output is destined for the echo area, the advice function will
 convert it to a string and pass it to COLLECTOR first."
-  (lambda (func object &optional printcharfun)
+  ;;; FIXME: Pass on OVERRIDES.
+  (lambda (func object &optional printcharfun _overrides)
     (if (not (eq t (or printcharfun standard-output)))
         (funcall func object printcharfun)
       (funcall collector (with-output-to-string