branch: externals/calibre
commit 48fc9eb57b9812db27fee5f6b5850623147e742b
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>
Don't create buffer for processes
* calibre-exec.el (calibre-exec--execute): Don't create buffer for
calibredb processes.
---
calibre-exec.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/calibre-exec.el b/calibre-exec.el
index 39fd847c12..755f2474d1 100644
--- a/calibre-exec.el
+++ b/calibre-exec.el
@@ -48,7 +48,6 @@ calibredb. SENTINEL is a process sentinel to install."
(make-process
:name "calibre"
:command `(,calibre-calibredb-executable "--with-library"
,(calibre--library) ,@args)
- :buffer (get-buffer-create "*calibre*")
:sentinel sentinel)))
(defun calibre-exec--next-command ()