Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
210ebd3d
Commit
210ebd3d
authored
Oct 30, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(print_object): Clarify indication of insertion type.
parent
4d083a8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/print.c
src/print.c
+1
-1
No files found.
src/print.c
View file @
210ebd3d
...
...
@@ -1828,7 +1828,7 @@ print_object (obj, printcharfun, escapeflag)
strout
(
"#<marker "
,
-
1
,
-
1
,
printcharfun
,
0
);
/* Do you think this is necessary? */
if
(
XMARKER
(
obj
)
->
insertion_type
!=
0
)
strout
(
"(
before-
insertion) "
,
-
1
,
-
1
,
printcharfun
,
0
);
strout
(
"(
moves after
insertion) "
,
-
1
,
-
1
,
printcharfun
,
0
);
if
(
!
(
XMARKER
(
obj
)
->
buffer
))
strout
(
"in no buffer"
,
-
1
,
-
1
,
printcharfun
,
0
);
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment