Mercurial > emacs
changeset 38484:924488395239
(syms_of_composite): Renamed from
syms_of_composition.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 19 Jul 2001 11:20:23 +0000 |
parents | eac29e9f6d99 |
children | d84559eced63 |
files | src/composite.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.h Wed Jul 18 20:42:40 2001 +0000 +++ b/src/composite.h Thu Jul 19 11:20:23 2001 +0000 @@ -1,6 +1,7 @@ /* Header for composite sequence handler. Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. + Copyright (C) 2001 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -205,7 +206,7 @@ extern void make_composition_value_copy P_ ((Lisp_Object)); extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, Lisp_Object)); -extern void syms_of_composition P_ ((void)); +extern void syms_of_composite P_ ((void)); extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, Lisp_Object)); extern void compose_chars_in_text P_ ((int, int, Lisp_Object));