Mercurial > emacs
changeset 40226:afcadaf71d6f
(Finternal_set_lisp_face_attribute): Fix compilation
error.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 23 Oct 2001 18:42:06 +0000 |
parents | c86d8211ff37 |
children | cc95d7007a08 |
files | src/xfaces.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Tue Oct 23 17:27:23 2001 +0000 +++ b/src/xfaces.c Tue Oct 23 18:42:06 2001 +0000 @@ -4043,7 +4043,7 @@ 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. */