emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/backports-25.2 5c084d9 10/46: Remove spurious newl


From: Noam Postavsky
Subject: [Emacs-diffs] scratch/backports-25.2 5c084d9 10/46: Remove spurious newline in package list
Date: Sun, 2 Oct 2016 14:04:48 +0000 (UTC)

branch: scratch/backports-25.2
commit 5c084d92a2db1f26d6d0258f3e3823cf93e3f50b
Author: Chunyang Xu <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Remove spurious newline in package list
    
    * lisp/emacs-lisp/package.el (describe-package-1): Remove
    spurious newline (bug#21706).
    
    Copyright-paperwork-exempt: yes
    (cherry picked from commit d6925623770117f0e5e6eab0076b8760af289b43)
---
 lisp/emacs-lisp/package.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index e4bb561..a27e570 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -2304,7 +2304,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]