projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad14c2
)
Revert "Remove spurious newline in package list"
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 23 Feb 2016 08:35:47 +0000
(19:35 +1100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 23 Feb 2016 08:35:47 +0000
(19:35 +1100)
This reverts commit
fad14c289d36a2c61e0fd34105ebb1f62c80d71d
.
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 6bfc96cc6e768ba45bfcc8550bebbbe816e3f59a..dc050444b8d72960b65abcf2d8388e0ce2ec95a9 100644
(file)
--- 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)))