Browse Source

org-tempo: Silence byte-compiler

Nicolas Goaziou 7 years ago
parent
commit
222a65bdee
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/org-tempo.el

+ 2 - 0
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"