Simple typo in `clean-buffer-list'
* lisp/midnight.el (clean-buffer-list): `delay' is always an integer here. (Bug#73144)
This commit is contained in:
parent
ddd3752b94
commit
06de3ae412
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue