From 252704ded4657123d9ed95b9c2573ca5c1c38dc5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 10 Aug 2019 22:59:00 -0700 Subject: [PATCH] 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 ddb9546ad1a..15d33b43c01 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) -- 2.39.2