From: Glenn Morris Date: Sun, 11 Aug 2019 05:59:00 +0000 (-0700) Subject: Set custom :version for recently modified undo options X-Git-Tag: emacs-27.0.90~1648 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=252704ded4657123d9ed95b9c2573ca5c1c38dc5;p=emacs.git Set custom :version for recently modified undo options * lisp/cus-start.el (undo-limit, undo-strong-limit, undo-outer-limit): Bump :version. --- 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)