Browse Source

org: correct package-version for org-structure-template-alist

* lisp/org.el (org-structure-template-alist): Package version should
  be a symbol name, not a string.

Fixes ce41c076c0.
Achim Gratz 10 years ago
parent
commit
22410544c7
1 changed files with 1 additions and 1 deletions
  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.