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
6acdd93e
Commit
6acdd93e
authored
Jan 17, 2003
by
Kenichi Handa
Browse files
Require fontset unconditionally again.
Call setup-default-fontset at the top level.
parent
c963bbc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/term/x-win.el
lisp/term/x-win.el
+4
-2
No files found.
lisp/term/x-win.el
View file @
6acdd93e
...
...
@@ -75,8 +75,7 @@
(
require
'faces
)
(
require
'select
)
(
require
'menu-bar
)
(
if
(
fboundp
'new-fontset
)
(
require
'fontset
))
(
require
'fontset
)
(
defvar
x-invocation-args
)
...
...
@@ -2268,6 +2267,9 @@ This is in addition to, but in preference to, the primary selection."
(setq x-cut-buffer-max (min (- (/ (x-server-max-request-size) 2) 100)
x-cut-buffer-max))
;; Setup the default fontset.
(setup-default-fontset)
;; Create the standard fontset.
(create-fontset-from-fontset-spec standard-fontset-spec t)
...
...
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