* lisp/emacs-lisp/track-changes.el (track-changes-inconsistent-state-p): Typo

This commit is contained in:
Stefan Monnier 2024-05-03 16:39:10 -04:00
parent 3d4918c2f1
commit c9b0e2bd8e

View file

@ -375,7 +375,7 @@ running those hooks.
This function tries to detect those situations so clients can decide
to postpone their work to a later time when the buffer is hopefully
returned to a consistent state."
(or (equal track-changes--buffer-size (buffer-size))
(or (not (equal track-changes--buffer-size (buffer-size)))
inhibit-modification-hooks))
;;;; Auxiliary functions.