Fix: tools/magit: +magit--kill-buffer function call corrected
This commit is contained in:
parent
460461ef54
commit
8917bc9194
1 changed files with 1 additions and 1 deletions
|
@ -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)))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue