mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 22:20:56 -08:00
(undo): Remove left over asserts.
This commit is contained in:
parent
2d045c916b
commit
c86c975de6
1 changed files with 0 additions and 3 deletions
|
|
@ -993,9 +993,6 @@ as an argument limits undo to changes within the current region."
|
|||
;; undo operation, so we can skip them later on.
|
||||
;; I don't know how to do that in the undo-in-region case.
|
||||
(unless undo-in-region
|
||||
(when (eval-when-compile (fboundp 'assert))
|
||||
(assert (or (null pending-undo-list) (car pending-undo-list)))
|
||||
(assert (car buffer-undo-list)))
|
||||
(puthash buffer-undo-list pending-undo-list undo-equiv-table))
|
||||
;; Don't specify a position in the undo record for the undo command.
|
||||
;; Instead, undoing this should move point to where the change is.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue