diff options
author | Kenichi Handa <handa@m17n.org> | 2000-06-11 23:41:07 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-06-11 23:41:07 +0000 |
commit | c2cf50ea48584e0a6000ce17b7ab0c279f3a61da (patch) | |
tree | 85708b77e288c5b967489ca42d78a409c519dd7a /src/charset.h | |
parent | d60635d2c37b15b7ea833aff82ea9a121f63c94f (diff) | |
download | emacs-c2cf50ea48584e0a6000ce17b7ab0c279f3a61da.tar.gz |
(EMACS_CHARSET_H): Renamed from _CHARSET_H.
Diffstat (limited to 'src/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 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _CHARSET_H -#define _CHARSET_H +#ifndef EMACS_CHARSET_H +#define EMACS_CHARSET_H /* #define BYTE_COMBINING_DEBUG */ @@ -805,4 +805,4 @@ extern Lisp_Object Vauto_fill_chars; while (i--) *to_p++ = *from_p++; \ } while (0) -#endif /* _CHARSET_H */ +#endif /* EMACS_CHARSET_H */ |