From: Philipp Stephani Date: Fri, 14 Jan 2022 18:35:03 +0000 (+0100) Subject: * lisp/simple.el (undo-no-redo): Fix customization group X-Git-Tag: emacs-28.0.92~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5990148860094bc3ad0ec55e4edac543d1c2036e;p=emacs.git * lisp/simple.el (undo-no-redo): Fix customization group --- diff --git a/lisp/simple.el b/lisp/simple.el index ef7fdd061f7..355ebd690ff 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.