summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-02-04 00:24:01 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-02-04 00:24:01 +0100
commit222a65bdeeb1c23c55533fd105ca516a0827361e (patch)
tree2e862ff7ac604f046b305a50d5e60caa3a506b88
parent892ae3c2e1808e899f5d9acfb505ebaa14068935 (diff)
downloadorg-mode-222a65bdeeb1c23c55533fd105ca516a0827361e.tar.gz
org-tempo: Silence byte-compiler
-rw-r--r--lisp/org-tempo.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-tempo.el b/lisp/org-tempo.el
index 38d21de..5dd665f 100644
--- a/lisp/org-tempo.el
+++ b/lisp/org-tempo.el
@@ -41,6 +41,8 @@
(require 'tempo)
(require 'cl-lib)
+(defvar org-structure-template-alist)
+
(defgroup org-tempo nil
"Options for template expansion of Org structures"