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

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

[nongnu] elpa/orgit 79ed3337ab 7/7: Put eval-when-compile and require on


From: ELPA Syncer
Subject: [nongnu] elpa/orgit 79ed3337ab 7/7: Put eval-when-compile and require on one line
Date: Fri, 22 Apr 2022 18:59:04 -0400 (EDT)

branch: elpa/orgit
commit 79ed3337ab0ca3d5018732dcdabfbf700c4822d9
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.
---
 orgit.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/orgit.el b/orgit.el
index 3df3083bfd..69ef31570f 100644
--- a/orgit.el
+++ b/orgit.el
@@ -100,8 +100,7 @@
 (unless (fboundp 'org-link-store-props)
   (defalias 'org-link-store-props 'org-store-link-props))
 
-(eval-when-compile
-  (require 'subr-x))
+(eval-when-compile (require 'subr-x))
 
 ;;; Options
 



reply via email to

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