Update customize-package-emacs-version-alist

* lisp/org.el (customize-package-emacs-version-alist): Map Org 9.5 to
Emacs 28.1.
This commit is contained in:
Kyle Meyer 2020-09-23 22:37:30 -04:00
parent b39811048a
commit 8f2fb4066b
1 changed files with 2 additions and 1 deletions

View File

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