> - (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. === Stefan
> - (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. === Stefan