From: Kenichi Handa Date: Fri, 18 Aug 2000 05:05:39 +0000 (+0000) Subject: (Finternal_char_font): Search only the selected frame for a window of X-Git-Tag: emacs-pretest-21.0.90~2186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=851ab85e39acf787dd13f756336b9cab151e2c51;p=emacs.git (Finternal_char_font): Search only the selected frame for a window of the current buffer. --- 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);