emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/noverlay 246acbddbe: ; * test/src/buffer-tests.el: Remove uneces


From: Stefan Monnier
Subject: feature/noverlay 246acbddbe: ; * test/src/buffer-tests.el: Remove unecessary `message' calls.
Date: Mon, 10 Oct 2022 11:15:37 -0400 (EDT)

branch: feature/noverlay
commit 246acbddbeb3e9a390fe78242259182af0c2cc18
Author: Matt Armstrong <matt@rfc20.org>
Commit: Matt Armstrong <matt@rfc20.org>

    ; * 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 @@ dicta sunt, explicabo.  "))
         ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]