Fix doom:kill-matching-buffers referring to old renamed function

This commit is contained in:
Henrik Lissner 2017-01-07 17:50:33 -05:00
parent c7a9697259
commit 7e3ff3b679

View file

@ -285,7 +285,7 @@ found. If BANG, then include buffers that aren't part of the current project."
then include buffers that aren't part of the current project." then include buffers that aren't part of the current project."
:repeat nil :repeat nil
(interactive "<!><a>") (interactive "<!><a>")
(doom-kill-buffers (doom/get-matching-buffers pattern (doom/get-buffers (not bang))))) (doom--kill-buffers (doom/get-matching-buffers pattern (doom/get-buffers (not bang)))))
;;;###autoload (autoload 'doom:scratch-buffer "defuns-buffers" nil t) ;;;###autoload (autoload 'doom:scratch-buffer "defuns-buffers" nil t)
(evil-define-operator doom:scratch-buffer (&optional beg end bang) (evil-define-operator doom:scratch-buffer (&optional beg end bang)