Include package name in package-vc documentation log buffer name

* lisp/emacs-lisp/package-vc.el (package-vc--build-documentation):
Modify buffer name generation.  (Bug#65649)
This commit is contained in:
Joseph Turner 2023-08-30 23:24:16 -07:00 committed by Philip Kaludercic
parent 9d4f14f769
commit 7b37710984

View file

@ -423,7 +423,7 @@ otherwise it's assumed to be an Info file."
(let ((default-directory docs-directory))
(org-export-to-file 'texinfo file))
(setq clean-up t)))
(with-current-buffer (get-buffer-create " *package-vc doc*")
(with-current-buffer (get-buffer-create (format " *package-vc doc: %s*" pkg-name))
(erase-buffer)
(cond
((/= 0 (call-process "makeinfo" nil t nil