org.el (customize-package-emacs-version-alist): Fix Org version for Emacs 24.4

* org.el (customize-package-emacs-version-alist): Fix Org
version for Emacs 24.4.
This commit is contained in:
Bastien Guerry 2014-01-16 01:12:51 +01:00
parent e7ebe4163a
commit a4a2935c3f
1 changed files with 1 additions and 1 deletions

View File

@ -5437,7 +5437,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.0" . "24.4")))
("8.2.6" . "24.4")))
(defvar org-mode-transpose-word-syntax-table
(let ((st (make-syntax-table)))