]> code.delx.au - gnu-emacs/commitdiff
Remove spurious newline in package list
authorChunyang Xu <xuchunyang56@gmail.com>
Tue, 23 Feb 2016 08:35:03 +0000 (19:35 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 23 Feb 2016 08:35:03 +0000 (19:35 +1100)
* lisp/emacs-lisp/package.el (describe-package-1): Remove
spurious newline (bug#21706).

lisp/emacs-lisp/package.el

index dc050444b8d72960b65abcf2d8388e0ce2ec95a9..6bfc96cc6e768ba45bfcc8550bebbbe816e3f59a 100644 (file)
@@ -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)))