blob: abb3bc8ecd80a2cf919071c6f60532d810fa38e7 (
plain)
Description: Autogenerated patch header for a single-debian-patch file.
The delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.
Forwarded: not-needed
---
--- notmuch-0.38.3.orig/test/test-lib.el
+++ notmuch-0.38.3/test/test-lib.el
@@ -33,6 +33,9 @@
(require 'cl-lib)
+;; Use old pretty print algorithm, so tests don't break with Emacs 30
+(setq-default pp-default-function 'pp-28)
+
;; Ensure that the dynamic variables that are defined by this library
;; are defined by the time that we let-bind them. This is needed
;; because starting with Emacs 27 undeclared variables in evaluated
|