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
496e1a5b
Commit
496e1a5b
authored
Oct 23, 2001
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Finternal_set_lisp_face_attribute): Fix compilation
error.
parent
5905ae8b
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/xfaces.c
src/xfaces.c
+1
-1
No files found.
src/ChangeLog
View file @
496e1a5b
2001-10-23 Gerd Moellmann <gerd@gnu.org>
* xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation
error.
2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
* xfaces.c (Finternal_set_lisp_face_attribute)
...
...
src/xfaces.c
View file @
496e1a5b
...
...
@@ -4043,7 +4043,7 @@ FRAME 0 means change the face on all frames, and change the default
else if (EQ (attr, QCfont))
{
#ifdef HAVE_WINDOW_SYSTEM
if (FRAME_WINDOW_P (
f
))
if (FRAME_WINDOW_P (
XFRAME (frame)
))
{
/* Set font-related attributes of the Lisp face from an XLFD
font name. */
...
...
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