Mercurial > emacs
changeset 29573:2b0359c5b384
(EMACS_FONTSET_H): Renamed from _FONTSET_H.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 11 Jun 2000 23:41:53 +0000 |
parents | d88f50e982a1 |
children | a68f208f3dba |
files | src/fontset.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fontset.h Sun Jun 11 23:41:40 2000 +0000 +++ b/src/fontset.h Sun Jun 11 23:41:53 2000 +0000 @@ -19,8 +19,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _FONTSET_H -#define _FONTSET_H +#ifndef EMACS_FONTSET_H +#define EMACS_FONTSET_H /* This data type is used for the font_table field of window system depending data area (e.g. struct x_display_info on X window). */ @@ -232,4 +232,4 @@ extern Lisp_Object fontset_ascii P_ ((int)); extern int fontset_height P_ ((int)); -#endif /* _FONTSET_H */ +#endif /* EMACS_FONTSET_H */