aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorStefan Kangas2023-02-12 06:30:10 +0100
committerStefan Kangas2023-02-12 06:30:10 +0100
commit50140585a29f132e5e0562142ec223bc8e6870a0 (patch)
tree24272aef6747d99209656206c7fc7e016ac9555e /src/buffer.h
parent08bd066149faee95fe6660d5002306a1dbc4b91b (diff)
parent8f3091defb3ec4396ccea563f67c005044b822ca (diff)
downloademacs-50140585a29f132e5e0562142ec223bc8e6870a0.tar.gz
emacs-50140585a29f132e5e0562142ec223bc8e6870a0.zip
Merge from origin/emacs-29
8f3091defb3 ; Fix typo in buffer.h
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index eb32d602ad6..e700297a264 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -690,7 +690,7 @@ struct buffer
690 display optimizations must be used. */ 690 display optimizations must be used. */
691 bool_bf long_line_optimizations_p : 1; 691 bool_bf long_line_optimizations_p : 1;
692 692
693 /* The inveral tree containing this buffer's overlays. */ 693 /* The interval tree containing this buffer's overlays. */
694 struct itree_tree *overlays; 694 struct itree_tree *overlays;
695 695
696 /* Changes in the buffer are recorded here for undo, and t means 696 /* Changes in the buffer are recorded here for undo, and t means