mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 22:42:01 -07:00
(Qauto_composed, Vauto_composition_function,
Qauto_composition_function): Extern them.
This commit is contained in:
parent
731055f5bb
commit
382a2913eb
1 changed files with 3 additions and 0 deletions
|
|
@ -199,6 +199,9 @@ extern int n_compositions;
|
|||
|
||||
extern Lisp_Object Qcomposition;
|
||||
extern Lisp_Object composition_hash_table;
|
||||
extern Lisp_Object Qauto_composed;
|
||||
extern Lisp_Object Vauto_composition_function;
|
||||
extern Lisp_Object Qauto_composition_function;
|
||||
|
||||
extern int get_composition_id P_ ((int, int, int, Lisp_Object, Lisp_Object));
|
||||
extern int find_composition P_ ((int, int, int *, int *, Lisp_Object *,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue