[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
main bbc419e8: ; * tex-fold.el (TeX-fold-macro-spec-list): Fix :package-
From: |
Arash Esbati |
Subject: |
main bbc419e8: ; * tex-fold.el (TeX-fold-macro-spec-list): Fix :package-version. |
Date: |
Thu, 10 Oct 2024 01:04:21 -0400 (EDT) |
branch: main
commit bbc419e8184961a5d3c47d91f422f6b2a5db7416
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- main bbc419e8: ; * tex-fold.el (TeX-fold-macro-spec-list): Fix :package-version.,
Arash Esbati <=