(note_mouse_highlight): Dec the int, not the Lisp_Object.

This commit is contained in:
Stefan Monnier 2001-03-23 04:24:23 +00:00
parent 799fc921d7
commit eb49081e3e

View file

@ -6908,7 +6908,7 @@ note_mouse_highlight (f, x, y)
if (NILP (b))
b = make_number (0);
if (NILP (e))
e = make_number (XSTRING (object)->size) - 1;
e = make_number (XSTRING (object)->size - 1);
fast_find_string_pos (w, XINT (b), object,
&dpyinfo->mouse_face_beg_col,
&dpyinfo->mouse_face_beg_row,