mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
src/xdisp.c (compute_display_string_pos): Fix bogus parentheses.
This commit is contained in:
parent
fc6f18ceea
commit
5e9c7958cd
@ -3116,7 +3116,7 @@ compute_display_string_pos (EMACS_INT charpos, int frame_window_p)
|
||||
&& (charpos <= BEGV
|
||||
|| !EQ (Fget_char_property (make_number (charpos - 1), Qdisplay,
|
||||
object),
|
||||
spec)))
|
||||
spec))
|
||||
&& handle_display_spec (NULL, spec, object, Qnil, &position, bufpos,
|
||||
frame_window_p))
|
||||
return charpos;
|
||||
|
Loading…
Reference in New Issue
Block a user