emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b85bfe2 2/3: Revert "Remove spurious newline in pac


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master b85bfe2 2/3: Revert "Remove spurious newline in package list"
Date: Tue, 23 Feb 2016 08:38:37 +0000

branch: master
commit b85bfe2c3b1ce53caae33dd696dfd6b6bf5d45eb
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Revert "Remove spurious newline in package list"
    
    This reverts commit fad14c289d36a2c61e0fd34105ebb1f62c80d71d.
---
 lisp/emacs-lisp/package.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 6bfc96c..dc05044 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -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")))
+        (or archive "n/a") "\n"))
     (and version
          (package--print-help-section "Version"
            (package-version-join version)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]