emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/shell-command+ d00d29038d 2/3: Insert two newlines befo


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ d00d29038d 2/3: Insert two newlines before 'make-separator-line'
Date: Mon, 27 Feb 2023 12:58:25 -0500 (EST)

branch: externals/shell-command+
commit d00d29038d5bf9c8a9ffe971d90d1d3ba2857f74
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Insert two newlines before 'make-separator-line'
---
 shell-command+.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell-command+.el b/shell-command+.el
index 6b1aac974c..788733d041 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -462,7 +462,7 @@ entire command."
     (insert (documentation (symbol-function 'shell-command+) 'raw))
     (dolist (feature shell-command+-features)
       (if (fboundp 'make-separator-line)
-          (insert "\n" (make-separator-line) "\n")
+          (insert "\n\n" (make-separator-line) "\n")
         (newline 2))
       (insert
        (let ((doc (get feature 'shell-command+-docstring)))



reply via email to

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