# HG changeset patch # User Kenichi Handa # Date 966575139 0 # Node ID ac162a21c419b47cf6af16a328a2996c358eea7e # Parent 8ec27a96f2395d12228cb0475401b77710bc36c5 (Finternal_char_font): Search only the selected frame for a window of the current buffer. diff -r 8ec27a96f239 -r ac162a21c419 src/fontset.c --- a/src/fontset.c Fri Aug 18 05:05:08 2000 +0000 +++ b/src/fontset.c Fri Aug 18 05:05:39 2000 +0000 @@ -1158,7 +1158,7 @@ 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);