浏览代码

org-tempo: Silence byte-compiler

Nicolas Goaziou 7 年之前
父节点
当前提交
222a65bdee
共有 1 个文件被更改,包括 2 次插入0 次删除
  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"