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

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

[elpa] externals/shell-command+ e76ffae 2/2: Pull require into "Code" se


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ e76ffae 2/2: Pull require into "Code" section
Date: Wed, 6 Oct 2021 06:57:26 -0400 (EDT)

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

    Pull require into "Code" section
---
 shell-command+.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shell-command+.el b/shell-command+.el
index 29d57ed..1452d4c 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -59,13 +59,13 @@
 ;; See `shell-command+'s docstring for more details on how it's input
 ;; is interpreted..
 
+;;; Code:
+
 (eval-when-compile (require 'rx))
 (eval-when-compile (require 'pcase))
 (require 'diff)
 (require 'info)
 
-;;; Code:
-
 (defgroup shell-command+ nil
   "An extended `shell-command'."
   :group 'external



reply via email to

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