Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d295ed3c
Commit
d295ed3c
authored
Jul 02, 1997
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move #endif at the tail.
parent
715f7577
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fontset.h
src/fontset.h
+1
-1
No files found.
src/fontset.h
View file @
d295ed3c
...
...
@@ -212,7 +212,6 @@ extern Lisp_Object Valternative_fontname_alist;
extern
Lisp_Object
Vhighlight_wrong_size_font
;
extern
Lisp_Object
Vclip_large_size_font
;
#endif
/* _FONTSET_H */
extern
int
font_idx_temp
;
/* Load a font named FONTNAME for displaying CHARSET on frame F.
...
...
@@ -231,3 +230,4 @@ extern int font_idx_temp;
? font_table + font_idx_temp \
: fs_load_font (f, font_table, charset, fontname, fontset))
#endif
/* _FONTSET_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment