]> code.delx.au - gnu-emacs/commitdiff
(struct position): New field bytepos.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Jan 1998 02:40:05 +0000 (02:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Jan 1998 02:40:05 +0000 (02:40 +0000)
src/indent.h

index 9e6a6f03821498db25133f0146a841417b5937bc..16d068c660ad098f87384a98ae9bd108031c9434 100644 (file)
@@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA.  */
 struct position
   {
     int bufpos;
+    int bytepos;
     int hpos;
     int vpos;
     int prevhpos;