; * src/composite.c (Fcomposition_sort_rules): Fix last change.
This commit is contained in:
parent
315b00ff8d
commit
6223e251a5
1 changed files with 1 additions and 1 deletions
|
@ -2096,9 +2096,9 @@ of the way buffer text is examined for matching one of the rules. */)
|
|||
}
|
||||
qsort (sortvec, nrules, sizeof (Lisp_Object), compare_composition_rules);
|
||||
rules = Flist (nrules, sortvec);
|
||||
SAFE_FREE ();
|
||||
}
|
||||
|
||||
SAFE_FREE ();
|
||||
return rules;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue