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:
parent
c2668a613f
commit
88800afc90
@ -35,6 +35,7 @@ struct _popserver
|
||||
char *buffer;
|
||||
int buffer_size, buffer_index;
|
||||
int in_multi;
|
||||
int trash_started;
|
||||
};
|
||||
|
||||
typedef struct _popserver *popserver;
|
||||
|
Loading…
Reference in New Issue
Block a user