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
7cf6fac1
Commit
7cf6fac1
authored
May 31, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x-resolve-font-name): Clean up error messages.
parent
43be9218
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/faces.el
lisp/faces.el
+2
-2
No files found.
lisp/faces.el
View file @
7cf6fac1
...
...
@@ -428,9 +428,9 @@ also the same size as FACE on FRAME."
(
let
((
fonts
(
x-list-fonts
pattern
face
frame
)))
(
or
fonts
(
if
face
(
error
"
n
o fonts matching pattern are the same size as `%s'
.
"
(
error
"
N
o fonts matching pattern are the same size as `%s'"
face
)
(
error
"
n
o fonts match `%
S'.
"
pattern
)))
(
error
"
N
o fonts match `%
s'
"
pattern
)))
(
car
fonts
))
(
cdr
(
assq
'font
(
frame-parameters
(
selected-frame
))))))
...
...
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