0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

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.
This commit is contained in:
Achim Gratz 2014-06-22 10:26:43 +02:00
parent 551945e396
commit 22410544c7

View file

@ -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.