From: Kenichi Handa Date: Sun, 11 Jun 2000 23:41:53 +0000 (+0000) Subject: (EMACS_FONTSET_H): Renamed from _FONTSET_H. X-Git-Tag: emacs-pretest-21.0.90~3390 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aef168f8bc26cea86bd0abcc19c2a943974564b4;p=emacs.git (EMACS_FONTSET_H): Renamed from _FONTSET_H. --- diff --git a/src/fontset.h b/src/fontset.h index 031fdbb431d..4fd1076e9f8 100644 --- a/src/fontset.h +++ b/src/fontset.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 _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_name P_ ((int)); extern Lisp_Object fontset_ascii P_ ((int)); extern int fontset_height P_ ((int)); -#endif /* _FONTSET_H */ +#endif /* EMACS_FONTSET_H */