Function: hashcash-point-at-bol

hashcash-point-at-bol is a function alias for line-beginning-position, defined in editfns.c.

This function is obsolete since 28.1; use line-beginning-position instead.

Signature

(hashcash-point-at-bol &optional N)

Documentation

Return the position of the first character in the current line/field.

With optional argument N non-nil, move forward N - 1 lines first. This function is like pos-bol (which see), but respects fields.

This function constrains the returned position to the current field unless that position would be on a different line from the original, unconstrained result. If N is nil or 1, and a front-sticky field starts at point, the scan stops as soon as it starts. To ignore field boundaries, bind inhibit-field-text-motion to t.

This function does not move point.

Aliases

point-at-bol (obsolete since 29.1) hashcash-point-at-bol (obsolete since 28.1) mh-line-beginning-position (obsolete since 29.1)