Update customize-package-emacs-version-alist

* lisp/org.el (customize-package-emacs-version-alist): Map Org 9.7 to
Emacs 30.1.
This commit is contained in:
Kyle Meyer 2024-05-28 23:43:46 -04:00
parent 53c39a494f
commit 64bb80b982
1 changed files with 2 additions and 1 deletions

View File

@ -5125,7 +5125,8 @@ The following commands are available:
("9.3" . "27.1")
("9.4" . "27.2")
("9.5" . "28.1")
("9.6" . "29.1")))
("9.6" . "29.1")
("9.7" . "30.1")))
(defvar org-mode-transpose-word-syntax-table
(let ((st (make-syntax-table text-mode-syntax-table)))