aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 15da00a9e5a..832e9af46bd 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1828,7 +1828,7 @@ print_object (obj, printcharfun, escapeflag)
1828 strout ("#<marker ", -1, -1, printcharfun, 0); 1828 strout ("#<marker ", -1, -1, printcharfun, 0);
1829 /* Do you think this is necessary? */ 1829 /* Do you think this is necessary? */
1830 if (XMARKER (obj)->insertion_type != 0) 1830 if (XMARKER (obj)->insertion_type != 0)
1831 strout ("(before-insertion) ", -1, -1, printcharfun, 0); 1831 strout ("(moves after insertion) ", -1, -1, printcharfun, 0);
1832 if (!(XMARKER (obj)->buffer)) 1832 if (!(XMARKER (obj)->buffer))
1833 strout ("in no buffer", -1, -1, printcharfun, 0); 1833 strout ("in no buffer", -1, -1, printcharfun, 0);
1834 else 1834 else