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

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

[elpa] externals/org-real 92759a5a63 035/188: Satisfying ELC compiler


From: ELPA Syncer
Subject: [elpa] externals/org-real 92759a5a63 035/188: Satisfying ELC compiler
Date: Sun, 5 May 2024 22:55:50 -0400 (EDT)

branch: externals/org-real
commit 92759a5a6349621e7e4dbf4a9df5786055db4b61
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@gmail.com>

    Satisfying ELC compiler
---
 org-real--box.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/org-real--box.el b/org-real--box.el
index fdc3dec706..3fa1d836f9 100644
--- a/org-real--box.el
+++ b/org-real--box.el
@@ -34,6 +34,11 @@
 (require 'eieio)
 (require 'cl-lib)
 
+;;;; Variables from org-real.el
+
+(eval-when-compile
+  (defvar org-real-padding)
+  (defvar org-real-margin))
 
 ;;;; Class definitions
 



reply via email to

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