Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6a0a025b
Commit
6a0a025b
authored
Aug 01, 2002
by
Kenichi Handa
Browse files
(FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
parent
54b70fe3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/fontset.h
src/fontset.h
+1
-1
No files found.
src/ChangeLog
View file @
6a0a025b
2002-08-02 Kenichi Handa <handa@etl.go.jp>
* fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET
-1.
2002-08-01 Kenichi Handa <handa@etl.go.jp>
* syntax.c (Vnext_word_boundary_function_table): New variable.
...
...
src/fontset.h
View file @
6a0a025b
...
...
@@ -212,7 +212,7 @@ extern Lisp_Object Vvertical_centering_font_regexp;
struct font_info of the loaded font. If loading fails, return
NULL. */
#define FS_LOAD_FONT(f, fontname) fs_load_font (f, fontname,
charset_ascii
)
#define FS_LOAD_FONT(f, fontname) fs_load_font (f, fontname,
-1
)
/* Return an immutable id for font_info FONT_INFO on frame F. The
...
...
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