]> git.eshelyaron.com Git - emacs.git/commitdiff
(EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
authorKenichi Handa <handa@m17n.org>
Sun, 11 Jun 2000 23:41:40 +0000 (23:41 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 11 Jun 2000 23:41:40 +0000 (23:41 +0000)
src/composite.h

index 61769831cd4ecc344aaa698cc4bd151a864743e0..984526b9f63bb8ca4517c3d6dc658a5c834828fe 100644 (file)
@@ -19,8 +19,8 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 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 @@ extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object,
                                Lisp_Object));
 extern void syms_of_composition P_ (());
 
-#endif /* not _COMPOSITE_H */
+#endif /* not EMACS_COMPOSITE_H */