aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/marker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/marker.c b/src/marker.c
index a11068d69df..260e2b1737d 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -193,6 +193,7 @@ set_marker_restricted (marker, pos, buffer)
193 so we must be careful to ignore and preserve mark bits, 193 so we must be careful to ignore and preserve mark bits,
194 including those in chain fields of markers. */ 194 including those in chain fields of markers. */
195 195
196void
196unchain_marker (marker) 197unchain_marker (marker)
197 register Lisp_Object marker; 198 register Lisp_Object marker;
198{ 199{
@@ -340,6 +341,7 @@ DEFUN ("buffer-has-markers-at", Fbuffer_has_markers_at, Sbuffer_has_markers_at,
340 return Qnil; 341 return Qnil;
341} 342}
342 343
344void
343syms_of_marker () 345syms_of_marker ()
344{ 346{
345 defsubr (&Smarker_position); 347 defsubr (&Smarker_position);