1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 23:36:27 -07:00

Since we changed the major version number, we might as well fix the type of the ok parameter of the commitlimitset event.

Copied from Perforce
 Change: 194033
This commit is contained in:
Gareth Rees 2018-06-20 16:09:57 +01:00
parent 5cc5bb5922
commit d3eff9ff45

View file

@ -547,7 +547,7 @@
#define EVENT_CommitLimitSet_PARAMS(PARAM, X) \
PARAM(X, 0, P, arena) \
PARAM(X, 1, W, limit) \
PARAM(X, 2, U, OK)
PARAM(X, 2, B, OK)
#define EVENT_SpareCommitLimitSet_PARAMS(PARAM, X) \
PARAM(X, 0, P, arena) \