changeset 30941:ac162a21c419

(Finternal_char_font): Search only the selected frame for a window of the current buffer.
author Kenichi Handa <handa@m17n.org>
date Fri, 18 Aug 2000 05:05:39 +0000
parents 8ec27a96f239
children 8f6621d33f0b
files src/fontset.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);