aboutsummaryrefslogtreecommitdiffstats
path: root/src/marker.c
diff options
context:
space:
mode:
authorJoakim Verona2013-07-02 22:46:17 +0200
committerJoakim Verona2013-07-02 22:46:17 +0200
commit3718127221fbbc31f8ebd027ab7c95403dbe9118 (patch)
treeef422898f3344c8f94f6ecf63eb583122bbf2bd8 /src/marker.c
parent1ce45b902c67b8a0dda8d71bd2812de29a9988a6 (diff)
parenta3b49114c186d84404226af75ae7905bd1cd018f (diff)
downloademacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.tar.gz
emacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.zip
Merge branch 'trunk' into xwidget
Conflicts: src/window.c
Diffstat (limited to 'src/marker.c')
-rw-r--r--src/marker.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/marker.c b/src/marker.c
index 63027d3be5e..6c50def51a3 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -127,6 +127,12 @@ clear_charpos_cache (struct buffer *b)
127 } \ 127 } \
128} 128}
129 129
130static void
131CHECK_MARKER (Lisp_Object x)
132{
133 CHECK_TYPE (MARKERP (x), Qmarkerp, x);
134}
135
130/* Return the byte position corresponding to CHARPOS in B. */ 136/* Return the byte position corresponding to CHARPOS in B. */
131 137
132ptrdiff_t 138ptrdiff_t