Remove spurious newline in package list
* lisp/emacs-lisp/package.el (describe-package-1): Remove spurious newline (bug#21706). Copyright-paperwork-exempt: yes
This commit is contained in:
parent
b85bfe2c3b
commit
d692562377
1 changed files with 1 additions and 1 deletions
|
@ -2289,7 +2289,7 @@ Otherwise no newline is inserted."
|
|||
(insert "\n")
|
||||
(unless (and pkg-dir (not archive)) ; Installed pkgs don't have archive.
|
||||
(package--print-help-section "Archive"
|
||||
(or archive "n/a") "\n"))
|
||||
(or archive "n/a")))
|
||||
(and version
|
||||
(package--print-help-section "Version"
|
||||
(package-version-join version)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue