diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index 41c8c807495..1e64c753330 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Fontset handler. | 1 | /* Fontset handler. |
| 2 | Copyright (C) 2004 Free Software Foundation, Inc. | ||
| 2 | Copyright (C) 1995, 1997, 2000 Electrotechnical Laboratory, JAPAN. | 3 | Copyright (C) 1995, 1997, 2000 Electrotechnical Laboratory, JAPAN. |
| 3 | Licensed to the Free Software Foundation. | 4 | Licensed to the Free Software Foundation. |
| 4 | 5 | ||
| @@ -1084,7 +1085,6 @@ name of a font, REGISTRY is a registry name of a font. */) | |||
| 1084 | Lisp_Object realized; | 1085 | Lisp_Object realized; |
| 1085 | int from, to; | 1086 | int from, to; |
| 1086 | int id; | 1087 | int id; |
| 1087 | Lisp_Object family, registry; | ||
| 1088 | 1088 | ||
| 1089 | fontset = check_fontset_name (name); | 1089 | fontset = check_fontset_name (name); |
| 1090 | 1090 | ||