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

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

[elpa] externals/transient fabd8c9b61 14/19: Put eval-when-compile and r


From: Jonas Bernoulli
Subject: [elpa] externals/transient fabd8c9b61 14/19: Put eval-when-compile and require on one line
Date: Mon, 2 May 2022 05:08:26 -0400 (EDT)

branch: externals/transient
commit fabd8c9b6152f0f2a86b0a60c7bbb800021bea54
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Put eval-when-compile and require on one line
    
    I like that when grepping for such usage.
---
 lisp/transient.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index ee90b540c1..73f19e09cf 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -59,8 +59,7 @@
 (require 'format-spec)
 (require 'seq)
 
-(eval-when-compile
-  (require 'subr-x))
+(eval-when-compile (require 'subr-x))
 
 (declare-function info 'info)
 (declare-function Man-find-section 'man)



reply via email to

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