* lisp/simple.el (undo-no-redo): Fix customization group
This commit is contained in:
parent
ac2cdb8a46
commit
5990148860
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue