Update `customize-package-emacs-version-alist'

* lisp/org.el (customize-package-emacs-version-alist): Update value.
This commit is contained in:
Nicolas Goaziou 2014-11-03 21:58:37 +01:00
parent f1cc6dce3b
commit 31b56b9c9d
1 changed files with 1 additions and 1 deletions

View File

@ -5541,7 +5541,7 @@ The following commands are available:
(add-to-list 'customize-package-emacs-version-alist
'(Org ("6.21b" . "23.1") ("6.33x" . "23.2")
("7.8.11" . "24.1") ("7.9.4" . "24.3")
("8.2.6" . "24.4")))
("8.2.6" . "24.4") ("8.3" . "25.1")))
(defvar org-mode-transpose-word-syntax-table
(let ((st (make-syntax-table text-mode-syntax-table)))