From 246acbddbeb3e9a390fe78242259182af0c2cc18 Mon Sep 17 00:00:00 2001 From: Matt Armstrong Date: Sun, 9 Oct 2022 10:12:32 -0700 Subject: [PATCH 1/4] ; * test/src/buffer-tests.el: Remove unecessary `message' calls. --- test/src/buffer-tests.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/src/buffer-tests.el b/test/src/buffer-tests.el index 01780a15cc..9bccbdf2e8 100644 --- a/test/src/buffer-tests.el +++ b/test/src/buffer-tests.el @@ -1554,10 +1554,8 @@ test-overlay-randomly ;; is to initially steadily increase the overlay count, then ;; steadily decrease it, then repeat. (when (and growing (= overlay-count overlay-count-limit)) - (message "now shrinking") (setq growing nil)) (when (and (not growing) (= overlay-count 0)) - (message "now growing") (setq growing t)) ;; Create or delete a random overlay according to a -- 2.35.1