aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fontset.h6
1 files changed, 3 insertions, 3 deletions
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
19the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */ 20Boston, MA 02111-1307, USA. */
21 21
22#ifndef _FONTSET_H 22#ifndef EMACS_FONTSET_H
23#define _FONTSET_H 23#define EMACS_FONTSET_H
24 24
25/* This data type is used for the font_table field of window system 25/* This data type is used for the font_table field of window system
26 depending data area (e.g. struct x_display_info on X window). */ 26 depending data area (e.g. struct x_display_info on X window). */
@@ -232,4 +232,4 @@ extern Lisp_Object fontset_name P_ ((int));
232extern Lisp_Object fontset_ascii P_ ((int)); 232extern Lisp_Object fontset_ascii P_ ((int));
233extern int fontset_height P_ ((int)); 233extern int fontset_height P_ ((int));
234 234
235#endif /* _FONTSET_H */ 235#endif /* EMACS_FONTSET_H */