aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorPaul Eggert2016-01-30 11:43:26 -0800
committerPaul Eggert2016-01-30 11:43:26 -0800
commitcb4e054e41cdb7e398351a5ae8224759e721349e (patch)
treeae2bec4f10425bd61e2a90563edc178d382bb4b8 /src/lisp.h
parente6d575316a42946aac6d83c9587f09afd1a59d98 (diff)
parent60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff)
downloademacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz
emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip
-
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index ee055e90699..6be2104ef9e 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2090,7 +2090,7 @@ struct Lisp_Marker
2090 /* For markers that point somewhere, 2090 /* For markers that point somewhere,
2091 this is used to chain of all the markers in a given buffer. */ 2091 this is used to chain of all the markers in a given buffer. */
2092 /* We could remove it and use an array in buffer_text instead. 2092 /* We could remove it and use an array in buffer_text instead.
2093 That would also allow to preserve it ordered. */ 2093 That would also allow us to preserve it ordered. */
2094 struct Lisp_Marker *next; 2094 struct Lisp_Marker *next;
2095 /* This is the char position where the marker points. */ 2095 /* This is the char position where the marker points. */
2096 ptrdiff_t charpos; 2096 ptrdiff_t charpos;