emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 252704d: Set custom :version for recently modified


From: Glenn Morris
Subject: [Emacs-diffs] master 252704d: Set custom :version for recently modified undo options
Date: Sun, 11 Aug 2019 01:59:39 -0400 (EDT)

branch: master
commit 252704ded4657123d9ed95b9c2573ca5c1c38dc5
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Set custom :version for recently modified undo options
    
    * lisp/cus-start.el (undo-limit, undo-strong-limit, undo-outer-limit):
    Bump :version.
---
 lisp/cus-start.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index ddb9546..15d33b43 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -495,8 +495,8 @@ Leaving \"Default\" unchecked is equivalent with specifying 
a default of
                (const :tag "Silent" ignore)
                function))
             ;; undo.c
-            (undo-limit undo integer)
-            (undo-strong-limit undo integer)
+            (undo-limit undo integer "27.1")
+            (undo-strong-limit undo integer "27.1")
             (undo-outer-limit undo
                               (choice integer
                                       (const :tag "No limit"
@@ -507,7 +507,7 @@ the undo info for the current command never gets discarded.
 This should only be chosen under exceptional circumstances,
 since it could result in memory overflow and make Emacs crash."
                                              nil))
-                              "22.1")
+                              "27.1")
             ;; window.c
             (temp-buffer-show-function windows (choice (const nil) function))
             (next-screen-context-lines windows integer)



reply via email to

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