Update customize-package-emacs-version-alist

* lisp/org.el (customize-package-emacs-version-alist): Map Org 9.4 to
Emacs 27.2.

9.4.x, rather than 9.3.8, may be synced for the upcoming Emacs 27.2
release (bug#43268, <87lfeo3vzg.fsf@bzg.fr>).
This commit is contained in:
Kyle Meyer 2020-11-28 01:55:59 -05:00
parent ccf81be2a2
commit b2717ca5a7
1 changed files with 1 additions and 1 deletions

View File

@ -4924,7 +4924,7 @@ The following commands are available:
("9.1" . "26.1")
("9.2" . "27.1")
("9.3" . "27.1")
("9.4" . "28.1")))
("9.4" . "27.2")))
(defvar org-mode-transpose-word-syntax-table
(let ((st (make-syntax-table text-mode-syntax-table)))