]> git.eshelyaron.com Git - emacs.git/commitdiff
(compose-gstring-for-graphic): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Fri, 12 Sep 2008 05:41:47 +0000 (05:41 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 12 Sep 2008 05:41:47 +0000 (05:41 +0000)
src/composite.c

index b017721de673599867739b52d3fef109d63573a9..5c8a91115590e5111fe162b4af84662000747614 100644 (file)
@@ -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 ());
+  window = Fget_buffer_create (Fcurrent_buffer (), Qnil);
   if (NILP (window))
     return 0;
   w = XWINDOW (window);