Mercurial > emacs
changeset 29572:d88f50e982a1
(EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 11 Jun 2000 23:41:40 +0000 |
parents | 951ead33c624 |
children | 2b0359c5b384 |
files | src/composite.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.h Sun Jun 11 23:41:24 2000 +0000 +++ b/src/composite.h Sun Jun 11 23:41:40 2000 +0000 @@ -19,8 +19,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _COMPOSITE_H -#define _COMPOSITE_H +#ifndef EMACS_COMPOSITE_H +#define EMACS_COMPOSITE_H /* Methods to display a sequence of components a composition. */ enum composition_method { @@ -203,4 +203,4 @@ Lisp_Object)); extern void syms_of_composition P_ (()); -#endif /* not _COMPOSITE_H */ +#endif /* not EMACS_COMPOSITE_H */