bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3552: 23.0.94; backward-prefix-chars: Point before start of properti


From: Noam Postavsky
Subject: bug#3552: 23.0.94; backward-prefix-chars: Point before start of properties
Date: Sat, 4 Jun 2016 17:25:19 -0400

On Sat, Jun 4, 2016 at 1:55 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> I would use
>
>   if (pos <= beg)
>     break;
>   DEC_BOTH (pos, pos_byte);

Oh yeah, that makes sense; parallels with the same check at the
beginning of the function. Full patch attached.

Attachment: 0001-Fbackward_prefix_chars-stay-within-buffer-bounds.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]