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:
parent
5cc5bb5922
commit
d3eff9ff45
1 changed files with 1 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue