aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2000-06-11 23:41:53 +0000
committerKenichi Handa2000-06-11 23:41:53 +0000
commitaef168f8bc26cea86bd0abcc19c2a943974564b4 (patch)
tree895534baf95395a668929735a39985d2131548e2 /src
parent15a10ef1466e73e6ee8dfad5657cec03e4f8d806 (diff)
downloademacs-aef168f8bc26cea86bd0abcc19c2a943974564b4.tar.gz
emacs-aef168f8bc26cea86bd0abcc19c2a943974564b4.zip
(EMACS_FONTSET_H): Renamed from _FONTSET_H.
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 */