[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/svg-lib 0778c51c55 5/5: Supress org loading (not needed
From: |
ELPA Syncer |
Subject: |
[elpa] externals/svg-lib 0778c51c55 5/5: Supress org loading (not needed) |
Date: |
Mon, 8 Jan 2024 06:58:49 -0500 (EST) |
branch: externals/svg-lib
commit 0778c51c55aab280b9b28176c836fdb944ef4b09
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Supress org loading (not needed)
---
svg-lib.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/svg-lib.el b/svg-lib.el
index 5d52c84212..8a34d2c64b 100644
--- a/svg-lib.el
+++ b/svg-lib.el
@@ -112,7 +112,6 @@
(require 'xml)
(require 'cl-lib)
(require 'color)
-(require 'org)
;; Check if Emacs has been compiled with svg support
(defun svg-lib--image (&rest args)