emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/undo-tree 00ffbb6 121/195: Bump version number below wh


From: Stefan Monnier
Subject: [elpa] externals/undo-tree 00ffbb6 121/195: Bump version number below which we warn against enabling persistent storage.
Date: Sat, 28 Nov 2020 13:41:35 -0500 (EST)

branch: externals/undo-tree
commit 00ffbb66ee5fbb97922213e5dddfb0c1430fa518
Author: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>
Commit: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>

    Bump version number below which we warn against enabling persistent storage.
---
 undo-tree.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/undo-tree.el b/undo-tree.el
index 9f296fe..b8212a5 100644
--- a/undo-tree.el
+++ b/undo-tree.el
@@ -852,13 +852,13 @@ Undo-tree history is saved to a file called
 file itself.
 
 WARNING! `undo-tree-auto-save-history' will not work properly in
-Emacs versions prior to 24.1.50.1, so it cannot be enabled via
+Emacs versions prior to 24.3, so it cannot be enabled via
 the customization interface in versions earlier than that one. To
 ignore this warning and enable it regardless, set
 `undo-tree-auto-save-history' to a non-nil value outside of
 customize."
   :group 'undo-tree
-  :type (if (version-list-< (version-to-list emacs-version) '(24 1 50 1))
+  :type (if (version-list-< (version-to-list emacs-version) '(24 3))
            '(choice (const :tag "<disabled>" nil))
          'boolean))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]