branch: main commit bbc419e8184961a5d3c47d91f422f6b2a5db7416 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; * tex-fold.el (TeX-fold-macro-spec-list): Fix :package-version. --- tex-fold.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tex-fold.el b/tex-fold.el index c9f65b59..c83b970d 100644 --- a/tex-fold.el +++ b/tex-fold.el @@ -122,7 +122,8 @@ Customize or reset the mode." :type '(repeat (group (choice (string :tag "Display String") (integer :tag "Number of argument" :value 1) (function :tag "Function to execute")) - (repeat :tag "Macros" (string))))) + (repeat :tag "Macros" (string)))) + :package-version '(auctex . "14.0.8")) (defvar-local TeX-fold-macro-spec-list-internal nil "Internal list of display strings and macros to fold.