From 851ab85e39acf787dd13f756336b9cab151e2c51 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 18 Aug 2000 05:05:39 +0000 Subject: [PATCH] (Finternal_char_font): Search only the selected frame for a window of the current buffer. --- src/fontset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, c = FETCH_CHAR (pos_byte); if (! CHAR_VALID_P (c, 0)) return Qnil; - window = Fget_buffer_window (Fcurrent_buffer (), Qt); + window = Fget_buffer_window (Fcurrent_buffer (), Qnil); if (NILP (window)) return Qnil; w = XWINDOW (window); -- 2.39.2