From: Kenichi Handa Date: Fri, 12 Sep 2008 05:42:28 +0000 (+0000) Subject: (find_automatic_composition): Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~2910 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3eda4b1921bfb21049f3c9d584fb40840ea92d04;p=emacs.git (find_automatic_composition): Fix previous change. --- 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);