[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
- [nongnu] elpa/orgit updated (bc4168ecd2 -> 79ed3337ab), ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit e18d3bb059 6/7: make: Improve creation of autoloads file, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit 79ed3337ab 7/7: Put eval-when-compile and require on one line,
ELPA Syncer <=
- [nongnu] elpa/orgit b2ee9f3d6f 4/7: Use length=, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit a479c8f31a 1/7: Use pcase's quote upattern, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit 8ba66a5779 3/7: Use and-let* for side-effects, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit 26870d23be 2/7: Depend on compat package from GNU Elpa, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit 878d79fa8d 5/7: Refresh library header, ELPA Syncer, 2022/04/22