Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bbd7d5d3
Commit
bbd7d5d3
authored
Nov 12, 1999
by
Gerd Moellmann
Browse files
(Fdocumentation_property): Remove GCPRO because
Fsubstitute_command_keys gcpro's the string.
parent
1a4280fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
src/doc.c
src/doc.c
+1
-7
No files found.
src/doc.c
View file @
bbd7d5d3
...
...
@@ -400,13 +400,7 @@ translation.")
else
if
(
CONSP
(
tem
))
tem
=
get_doc_string
(
tem
,
0
,
0
);
if
(
NILP
(
raw
)
&&
STRINGP
(
tem
))
{
struct
gcpro
gcpro1
;
GCPRO1
(
tem
);
tem
=
Fsubstitute_command_keys
(
tem
);
UNGCPRO
;
}
tem
=
Fsubstitute_command_keys
(
tem
);
return
tem
;
}
...
...
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