emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 5990148860: * lisp/simple.el (undo-no-redo): Fix customization


From: Philipp Stephani
Subject: emacs-28 5990148860: * lisp/simple.el (undo-no-redo): Fix customization group
Date: Fri, 14 Jan 2022 16:32:53 -0500 (EST)

branch: emacs-28
commit 5990148860094bc3ad0ec55e4edac543d1c2036e
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    * lisp/simple.el (undo-no-redo): Fix customization group
---
 lisp/simple.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index ef7fdd061f..355ebd690f 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2947,7 +2947,8 @@ undo record: if we undo from 4, `pending-undo-list' will 
be at 3,
 
 (defcustom undo-no-redo nil
   "If t, `undo' doesn't go through redo entries."
-  :type 'boolean)
+  :type 'boolean
+  :group 'undo)
 
 (defvar pending-undo-list nil
   "Within a run of consecutive undo commands, list remaining to be undone.



reply via email to

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