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:
parent
8458ede666
commit
ac98710cef
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */
|
|||
struct position
|
||||
{
|
||||
int bufpos;
|
||||
int bytepos;
|
||||
int hpos;
|
||||
int vpos;
|
||||
int prevhpos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue