From b6bb585a5b9930264c328431bc9f092be8a4b6cd Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Fri, 14 Jan 2022 19:35:03 +0100 Subject: [PATCH] * 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-in-region (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. -- 2.34.1.703.g22d0c6ccf7-goog