branch: elpa/arduino-mode
commit 3bc47bd7f75a7ccae409236dab43208ce8d41d51
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@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)
 

Reply via email to