1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(struct _popserver): New field trash_started.

This commit is contained in:
Richard M. Stallman 1996-04-28 19:08:48 +00:00
parent c2668a613f
commit 88800afc90

View File

@ -35,6 +35,7 @@ struct _popserver
char *buffer;
int buffer_size, buffer_index;
int in_multi;
int trash_started;
};
typedef struct _popserver *popserver;