Update customize-package-emacs-version-alist

* lisp/org.el (customize-package-emacs-version-alist): Map Org 9.3 to
Emacs 27.1.
This commit is contained in:
Kyle Meyer 2019-12-05 22:59:53 -05:00
parent a3101370bd
commit 2ab4540b98
1 changed files with 2 additions and 1 deletions

View File

@ -4955,7 +4955,8 @@ The following commands are available:
("8.3" . "26.1")
("9.0" . "26.1")
("9.1" . "26.1")
("9.2" . "27.1")))
("9.2" . "27.1")
("9.3" . "27.1")))
(defvar org-mode-transpose-word-syntax-table
(let ((st (make-syntax-table text-mode-syntax-table)))