[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/arduino-mode 3bc47bd: Remove (require 'org) to fix recursi
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/arduino-mode 3bc47bd: Remove (require 'org) to fix recursive require. |
Date: |
Fri, 12 Nov 2021 07:57:40 -0500 (EST) |
branch: elpa/arduino-mode
commit 3bc47bd7f75a7ccae409236dab43208ce8d41d51
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>
Remove (require 'org) to fix recursive require.
---
ob-arduino.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/ob-arduino.el b/ob-arduino.el
index a988b4b..6b5e42d 100644
--- a/ob-arduino.el
+++ b/ob-arduino.el
@@ -31,7 +31,6 @@
;;
;;; Code:
-(require 'org)
(require 'ob)
(require 'arduino-mode nil t)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/arduino-mode 3bc47bd: Remove (require 'org) to fix recursive require.,
ELPA Syncer <=