Fix kill-buffer arguments.
This commit is contained in:
parent
f2a4028f30
commit
139a0c8045
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ If DERIVED-P, test with `derived-mode-p', otherwise use `eq'."
|
||||||
regex PATTERN. Returns the number of killed buffers."
|
regex PATTERN. Returns the number of killed buffers."
|
||||||
(let ((buffers (doom-matching-buffers pattern buffer-list)))
|
(let ((buffers (doom-matching-buffers pattern buffer-list)))
|
||||||
(dolist (buf buffers (length buffers))
|
(dolist (buf buffers (length buffers))
|
||||||
(kill-buffer buf t))))
|
(kill-buffer buf))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue