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
b5d56c1f
Commit
b5d56c1f
authored
Jun 08, 2000
by
Gerd Moellmann
Browse files
(handle_fontified_prop): Don't GCPRO local var `pos';
it's an integer.
parent
0f98c4c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/xdisp.c
src/xdisp.c
+0
-3
No files found.
src/xdisp.c
View file @
b5d56c1f
...
...
@@ -1787,7 +1787,6 @@ handle_fontified_prop (it)
{
Lisp_Object prop, pos;
enum prop_handled handled = HANDLED_NORMALLY;
struct gcpro gcpro1;
/* Get the value of the `fontified' property at IT's current buffer
position. (The `fontified' property doesn't have a special
...
...
@@ -1802,7 +1801,6 @@ handle_fontified_prop (it)
{
Lisp_Object args[2];
GCPRO1 (pos);
/* Run the hook functions. */
args[0] = Qfontification_functions;
args[1] = pos;
...
...
@@ -1813,7 +1811,6 @@ handle_fontified_prop (it)
fontify the text for which reason ever. */
if (!NILP (Fget_char_property (pos, Qfontified, Qnil)))
handled = HANDLED_RECOMPUTE_PROPS;
UNGCPRO;
}
return handled;
...
...
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