From 288c574a9efad63d04860be3f9f7202009a778bf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 23 Jun 2024 22:22:12 +0300 Subject: [PATCH] ; Restore inadvertently removed line. (cherry picked from commit cace0cbee93f2a7f70a14a8445abcd176d3b3af2) --- test/lisp/net/shr-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/net/shr-tests.el b/test/lisp/net/shr-tests.el index 54e1ac46ba5..4864fc488e2 100644 --- a/test/lisp/net/shr-tests.el +++ b/test/lisp/net/shr-tests.el @@ -156,6 +156,7 @@ settings, then once more for each (OPTION . VALUE) pair.") (shr-width 80) (shr-use-fonts nil) (shr-image-animate nil) + (inhibit-message t) (dom (libxml-parse-html-region (point-min) (point-max)))) ;; Render the document. (erase-buffer) -- 2.39.2