diff options
| author | Kenichi Handa | 2000-06-11 23:41:07 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-11 23:41:07 +0000 |
| commit | aa01a892df38bb50c9cbe347338246a04cbf3b7e (patch) | |
| tree | 6e57822c9aac390908bf00b7ab51d7ce6f42fac7 | |
| parent | 265702b7c55ae201d90e6fb0b2a0e1012f8b928f (diff) | |
| download | emacs-aa01a892df38bb50c9cbe347338246a04cbf3b7e.tar.gz emacs-aa01a892df38bb50c9cbe347338246a04cbf3b7e.zip | |
(EMACS_CHARSET_H): Renamed from _CHARSET_H.
| -rw-r--r-- | src/charset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charset.h b/src/charset.h index c64d280b90f..b28b88b8df6 100644 --- a/src/charset.h +++ b/src/charset.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 _CHARSET_H | 22 | #ifndef EMACS_CHARSET_H |
| 23 | #define _CHARSET_H | 23 | #define EMACS_CHARSET_H |
| 24 | 24 | ||
| 25 | /* #define BYTE_COMBINING_DEBUG */ | 25 | /* #define BYTE_COMBINING_DEBUG */ |
| 26 | 26 | ||
| @@ -805,4 +805,4 @@ extern Lisp_Object Vauto_fill_chars; | |||
| 805 | while (i--) *to_p++ = *from_p++; \ | 805 | while (i--) *to_p++ = *from_p++; \ |
| 806 | } while (0) | 806 | } while (0) |
| 807 | 807 | ||
| 808 | #endif /* _CHARSET_H */ | 808 | #endif /* EMACS_CHARSET_H */ |