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

Fix :package-version value

* lisp/org.el (org-email-link-description-format):
  Fix :package-version value.
This commit is contained in:
Nicolas Goaziou 2019-02-05 09:17:51 +01:00
parent 42d9c0d24d
commit 0b5ce28f1e

View file

@ -1895,7 +1895,7 @@ This is for example useful to limit the length of the subject.
Examples: \"%f on: %.30s\", \"Email from %f\", \"Email %c\""
:group 'org-link-store
:package-version '(Org . 9.3)
:package-version '(Org . "9.3")
:type 'string
:safe #'stringp)