mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix: tools/magit: +magit--kill-buffer function call corrected
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
(kill-buffer buf)
|
||||
(with-current-buffer buf
|
||||
(if (process-live-p process)
|
||||
(run-with-timer 5 nil #'+magit--kill buf)
|
||||
(run-with-timer 5 nil #'+magit--kill-buffer buf)
|
||||
(kill-process process)
|
||||
(kill-buffer buf)))))))
|
||||
|
||||
|
Reference in New Issue
Block a user