]> git.eshelyaron.com Git - emacs.git/commitdiff
Simple typo in `clean-buffer-list'
authorManuel Giraud <manuel@ledu-giraud.fr>
Mon, 9 Sep 2024 13:42:56 +0000 (15:42 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:29:14 +0000 (22:29 +0200)
* lisp/midnight.el (clean-buffer-list): `delay' is always an
integer here.  (Bug#73144)

(cherry picked from commit 06de3ae412e70d414cb9e149ca49aac8697309bb)

lisp/midnight.el

index bfa99d6a7a807a39f5d758b1f12ae0d0bcfd166f..18a4e437f919d3c9e66830a9b25a5382bd8f05b6 100644 (file)
@@ -167,7 +167,7 @@ lifetime, i.e., its \"age\" when it will be purged."
               bn (buffer-name buf)
               delay (if bts (round (float-time (time-subtract tm bts))) 0)
               cbld (clean-buffer-list-delay bn))
-        (message "[%s] `%s' [%s %d]" ts bn delay cbld)
+        (message "[%s] `%s' [%d %d]" ts bn delay cbld)
         (unless (or (cl-find bn clean-buffer-list-kill-never-regexps
                              :test (lambda (bn re)
                                      (if (functionp re)