aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-23 18:42:35 +0000
committerGerd Moellmann2001-10-23 18:42:35 +0000
commit496e1a5b3d4f4b332b11f5f9f758b3f8fff3e5f0 (patch)
tree1eae2a53c29e1d3ae54aac86e2f91ad00b0fb841 /src
parent5905ae8b239c0bdb0ab0a220da9583ae6717b354 (diff)
downloademacs-496e1a5b3d4f4b332b11f5f9f758b3f8fff3e5f0.tar.gz
emacs-496e1a5b3d4f4b332b11f5f9f758b3f8fff3e5f0.zip
(Finternal_set_lisp_face_attribute): Fix compilation
error.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/xfaces.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c1f9d2ec862..51fb00e325b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12001-10-23 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation
4 error.
5
12001-10-23 Eli Zaretskii <eliz@is.elta.co.il> 62001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * xfaces.c (Finternal_set_lisp_face_attribute) 8 * xfaces.c (Finternal_set_lisp_face_attribute)
diff --git a/src/xfaces.c b/src/xfaces.c
index 011cd54fd87..cdf6c427d4b 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -4043,7 +4043,7 @@ FRAME 0 means change the face on all frames, and change the default
4043 else if (EQ (attr, QCfont)) 4043 else if (EQ (attr, QCfont))
4044 { 4044 {
4045#ifdef HAVE_WINDOW_SYSTEM 4045#ifdef HAVE_WINDOW_SYSTEM
4046 if (FRAME_WINDOW_P (f)) 4046 if (FRAME_WINDOW_P (XFRAME (frame)))
4047 { 4047 {
4048 /* Set font-related attributes of the Lisp face from an XLFD 4048 /* Set font-related attributes of the Lisp face from an XLFD
4049 font name. */ 4049 font name. */