From 3eda4b1921bfb21049f3c9d584fb40840ea92d04 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 12 Sep 2008 05:42:28 +0000 Subject: [PATCH] (find_automatic_composition): Fix previous change. --- src/composite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composite.c b/src/composite.c index 5c8a9111559..97524297988 100644 --- a/src/composite.c +++ b/src/composite.c @@ -1260,7 +1260,7 @@ find_automatic_composition (pos, limit, start, end, gstring, string) Lisp_Object window; struct window *w; - window = Fget_buffer_create (Fcurrent_buffer (), Qnil); + window = Fget_buffer_window (Fcurrent_buffer (), Qnil); if (NILP (window)) return 0; w = XWINDOW (window); -- 2.39.5