[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/tempel 4ab5f3af92: Use natnum custom type (supported by
From: |
ELPA Syncer |
Subject: |
[elpa] externals/tempel 4ab5f3af92: Use natnum custom type (supported by Compat 29.1.4.0) |
Date: |
Sun, 5 Mar 2023 03:00:36 -0500 (EST) |
branch: externals/tempel
commit 4ab5f3af92aab2a1aea1ec66d9086812fe310044
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Use natnum custom type (supported by Compat 29.1.4.0)
---
tempel.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tempel.el b/tempel.el
index ee46f7bbfb..3fb846446a 100644
--- a/tempel.el
+++ b/tempel.el
@@ -6,7 +6,7 @@
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>
;; Created: 2022
;; Version: 0.7
-;; Package-Requires: ((emacs "27.1") (compat "29.1.3.4"))
+;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0"))
;; Homepage: https://github.com/minad/tempel
;; This file is part of GNU Emacs.
@@ -75,11 +75,11 @@ trigger completion."
(defcustom tempel-insert-annotation 40
"Annotation width for `tempel-insert'."
- :type '(choice (const nil integer)))
+ :type '(choice (const nil natnum)))
(defcustom tempel-complete-annotation 20
"Annotation width for `tempel-complete'."
- :type '(choice (const nil integer)))
+ :type '(choice (const nil natnum)))
(defcustom tempel-user-elements nil
"List of user element handler functions.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/tempel 4ab5f3af92: Use natnum custom type (supported by Compat 29.1.4.0),
ELPA Syncer <=