aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c
index f0be7f7834f..30450ea8368 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1158,7 +1158,7 @@ DEFUN ("internal-char-font", Finternal_char_font, Sinternal_char_font, 1, 1, 0,
1158 c = FETCH_CHAR (pos_byte); 1158 c = FETCH_CHAR (pos_byte);
1159 if (! CHAR_VALID_P (c, 0)) 1159 if (! CHAR_VALID_P (c, 0))
1160 return Qnil; 1160 return Qnil;
1161 window = Fget_buffer_window (Fcurrent_buffer (), Qt); 1161 window = Fget_buffer_window (Fcurrent_buffer (), Qnil);
1162 if (NILP (window)) 1162 if (NILP (window))
1163 return Qnil; 1163 return Qnil;
1164 w = XWINDOW (window); 1164 w = XWINDOW (window);