Browse Source

Add :version to org-entities.el options.

Bastien Guerry 13 years ago
parent
commit
5e3cf1bd26
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/org-entities.el

+ 2 - 0
lisp/org-entities.el

@@ -44,6 +44,7 @@
 For example, this will replace \"\\nsup\" with \"[not a superset of]\"
 in backends where the corresponding character is not available."
   :group 'org-entities
+  :version "24.1"
   :type 'boolean)
 
 (defcustom org-entities-user nil
@@ -68,6 +69,7 @@ utf-8 replacement    Use the special characters available in utf-8.
 If you define new entities here that require specific LaTeX packages to be
 loaded, add these packages to `org-export-latex-packages-alist'."
   :group 'org-entities
+  :version "24.1"
   :type '(repeat
 	  (list
 	   (string :tag "name  ")