emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master fad14c2 1/3: Remove spurious newline in package lis


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master fad14c2 1/3: Remove spurious newline in package list
Date: Tue, 23 Feb 2016 08:38:28 +0000

branch: master
commit fad14c289d36a2c61e0fd34105ebb1f62c80d71d
Author: Chunyang Xu <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Remove spurious newline in package list
    
    * lisp/emacs-lisp/package.el (describe-package-1): Remove
    spurious newline (bug#21706).
---
 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 dc05044..6bfc96c 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") "\n"))
+        (or archive "n/a")))
     (and version
          (package--print-help-section "Version"
            (package-version-join version)))



reply via email to

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