projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d4918c
)
* lisp/emacs-lisp/track-changes.el (track-changes-inconsistent-state-p): Typo
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 May 2024 20:39:10 +0000
(16:39 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 May 2024 20:39:29 +0000
(16:39 -0400)
lisp/emacs-lisp/track-changes.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/track-changes.el
b/lisp/emacs-lisp/track-changes.el
index 368e637387c42d011ee537eed4a2421f4706ffb9..6562cc7eb86b4b11ec868a27cf66c7ffe44a75af 100644
(file)
--- a/
lisp/emacs-lisp/track-changes.el
+++ b/
lisp/emacs-lisp/track-changes.el
@@
-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.