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

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

bug#35967: [PATCH] avoid flyspell error if point is at bob


From: Alex Branham
Subject: bug#35967: [PATCH] avoid flyspell error if point is at bob
Date: Mon, 17 Jun 2019 14:04:53 -0500
User-agent: mu4e 1.2.0; emacs 27.0.50

On Fri 14 Jun 2019 at 14:14, Andreas Schwab <schwab@linux-m68k.org> wrote:

>> +    (let ((f (get-text-property (- (point) 1) 'face)))
>
> Perhaps change this to (1- (point)).

Thanks, I made that change and pushed as 
1942f4ccba52896e3e97789dc6b51926ad74c591 on the master branch.

Alex





reply via email to

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