On Mai 16 2026, Stefan Monnier wrote:

>> -  (let* ((p (or (and (looking-at "\\'") (1- (point))) (point)))
>> +  (let* ((p (or (and (/= 1 (point)) (looking-at "\\'") (1- (point))) 
>> (point)))
>
> (not (bobp)) would be more efficient.

They mean different things in a narrowed buffer.

-- 
Andreas Schwab, [email protected]
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

Reply via email to