1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00

(struct position): New field bytepos.

This commit is contained in:
Richard M. Stallman 1998-01-01 02:40:05 +00:00
parent 8458ede666
commit ac98710cef

View file

@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */
struct position
{
int bufpos;
int bytepos;
int hpos;
int vpos;
int prevhpos;