소스 검색

org.el: insert missing quote

Aaron Ecay 10 년 전
부모
커밋
ce41c076c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -12270,7 +12270,7 @@ variable `org-mtags-prefer-muse-templates'."
 	   (string :tag "Key")
 	   (string :tag "Template")))
   :version 24.4
-  :package-version ("Org" . "8.3"))
+  :package-version '("Org" . "8.3"))
 
 (defun org-try-structure-completion ()
   "Try to complete a structure template before point.