mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix kill-buffer arguments.
This commit is contained in:
@ -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))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user