* lisp/emacs-lisp/track-changes.el (track-changes-fetch): Fix bug#75906
This commit is contained in:
parent
a3b3083081
commit
1c3a8bc9b5
1 changed files with 3 additions and 1 deletions
|
@ -364,7 +364,9 @@ and re-enable the TRACKER corresponding to ID."
|
|||
track-changes--state))
|
||||
;; Nothing to do.
|
||||
nil)
|
||||
(cl-assert (not (memq id track-changes--clean-trackers)))
|
||||
;; ID may still be in `track-changes--clean-trackers' if
|
||||
;; `after-change-functions' was skipped.
|
||||
;;(cl-assert (not (memq id track-changes--clean-trackers)))
|
||||
(cl-assert (<= (point-min) beg end (point-max)))
|
||||
;; Update the tracker's state *before* running `func' so we don't risk
|
||||
;; mistakenly replaying the changes in case `func' exits non-locally.
|
||||
|
|
Loading…
Add table
Reference in a new issue