* lisp/emacs-lisp/track-changes.el (track-changes-inconsistent-state-p): Typo
This commit is contained in:
parent
3d4918c2f1
commit
c9b0e2bd8e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue