diff options
| author | Eli Zaretskii | 2024-06-23 22:22:12 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-23 22:22:12 +0300 |
| commit | cace0cbee93f2a7f70a14a8445abcd176d3b3af2 (patch) | |
| tree | d827d3176aa836831ffa9292a72ec62d681f402b /test | |
| parent | 2b04effb13d2082358aed3a789cddc124dd7c4f2 (diff) | |
| download | emacs-cace0cbee93f2a7f70a14a8445abcd176d3b3af2.tar.gz emacs-cace0cbee93f2a7f70a14a8445abcd176d3b3af2.zip | |
; Restore inadvertently removed line.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/shr-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
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.") | |||
| 156 | (shr-width 80) | 156 | (shr-width 80) |
| 157 | (shr-use-fonts nil) | 157 | (shr-use-fonts nil) |
| 158 | (shr-image-animate nil) | 158 | (shr-image-animate nil) |
| 159 | (inhibit-message t) | ||
| 159 | (dom (libxml-parse-html-region (point-min) (point-max)))) | 160 | (dom (libxml-parse-html-region (point-min) (point-max)))) |
| 160 | ;; Render the document. | 161 | ;; Render the document. |
| 161 | (erase-buffer) | 162 | (erase-buffer) |