branch: elpa/undo-fu-session
commit 58bd7f321e6fb2a359d32f23a962fd1d74966314
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Use natnum type for undo-fu-session-file-limit defcustom
---
undo-fu-session.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/undo-fu-session.el b/undo-fu-session.el
index 50886fa2165..4230f6c04c1 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -152,7 +152,7 @@ to convert existing files to the newly selected format."
"Number of files to store, nil to disable limiting entirely.
Enforcing removes the oldest files."
- :type '(choice (const :tag "Unlimited" nil) integer))
+ :type '(choice (const :tag "Unlimited" nil) natnum))
;; ---------------------------------------------------------------------------