diff options
| author | Kenichi Handa | 2000-06-11 23:41:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-11 23:41:40 +0000 |
| commit | 15a10ef1466e73e6ee8dfad5657cec03e4f8d806 (patch) | |
| tree | f71ebf0d3ff03c8da0780f190153a0b1e22c677d /src | |
| parent | 6f776e81c7b6469f985e58e44deaf68512ab442c (diff) | |
| download | emacs-15a10ef1466e73e6ee8dfad5657cec03e4f8d806.tar.gz emacs-15a10ef1466e73e6ee8dfad5657cec03e4f8d806.zip | |
(EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/composite.h b/src/composite.h index 61769831cd4..984526b9f63 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -19,8 +19,8 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02111-1307, USA. */ |
| 21 | 21 | ||
| 22 | #ifndef _COMPOSITE_H | 22 | #ifndef EMACS_COMPOSITE_H |
| 23 | #define _COMPOSITE_H | 23 | #define EMACS_COMPOSITE_H |
| 24 | 24 | ||
| 25 | /* Methods to display a sequence of components a composition. */ | 25 | /* Methods to display a sequence of components a composition. */ |
| 26 | enum composition_method { | 26 | enum composition_method { |
| @@ -203,4 +203,4 @@ extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, | |||
| 203 | Lisp_Object)); | 203 | Lisp_Object)); |
| 204 | extern void syms_of_composition P_ (()); | 204 | extern void syms_of_composition P_ (()); |
| 205 | 205 | ||
| 206 | #endif /* not _COMPOSITE_H */ | 206 | #endif /* not EMACS_COMPOSITE_H */ |