From: Richard M. Stallman Date: Thu, 1 Jan 1998 02:40:05 +0000 (+0000) Subject: (struct position): New field bytepos. X-Git-Tag: emacs-20.3~2534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac98710ceff486bf36c5872ddaedee1b81f8a220;p=emacs.git (struct position): New field bytepos. --- diff --git a/src/indent.h b/src/indent.h index 9e6a6f03821..16d068c660a 100644 --- a/src/indent.h +++ b/src/indent.h @@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */ struct position { int bufpos; + int bytepos; int hpos; int vpos; int prevhpos;