summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2022-01-14 19:35:03 +0100
committerPhilipp Stephani <phst@google.com>2022-01-14 22:06:13 +0100
commit5990148860094bc3ad0ec55e4edac543d1c2036e (patch)
treecc8207f46c5486d8f1c3dbe723dc5ea0800025d8
parentac2cdb8a460243ab25aadc6baf5472d77abe070f (diff)
downloademacs-5990148860094bc3ad0ec55e4edac543d1c2036e.tar.gz
emacs-5990148860094bc3ad0ec55e4edac543d1c2036e.tar.bz2
emacs-5990148860094bc3ad0ec55e4edac543d1c2036e.zip
* lisp/simple.el (undo-no-redo): Fix customization group
-rw-r--r--lisp/simple.el3
1 files changed, 2 insertions, 1 deletions
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.