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:
parent
9d4f14f769
commit
7b37710984
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue