; * lisp/proced.el (proced-auto-update-timer): Fix last change.
This commit is contained in:
parent
07705f5ddc
commit
50e6bc72c2
1 changed files with 2 additions and 2 deletions
|
@ -746,8 +746,8 @@ If there are no proced buffers, cancel the timer."
|
|||
(unless (seq-filter (lambda (buf)
|
||||
(with-current-buffer buf
|
||||
(when (eq major-mode 'proced-mode)
|
||||
(when proced-auto-update-flag
|
||||
(proced-update t t))
|
||||
(if proced-auto-update-flag
|
||||
(proced-update t t))
|
||||
t)))
|
||||
(buffer-list))
|
||||
(cancel-timer proced-auto-update-timer)
|
||||
|
|
Loading…
Add table
Reference in a new issue