소스 검색

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"