소스 검색

Update customize-package-emacs-version-alist

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

Emacs 27 is nearing release.  A sync of 9.4 would be with the current
version for Emacs's master branch.
Kyle Meyer 5 년 전
부모
커밋
fed3c07390
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lisp/org.el

+ 2 - 1
lisp/org.el

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