1 May 2007 10:15
Changes to emacs/src/macmenu.c,v
YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
2007-05-01 08:15:46 GMT
2007-05-01 08:15:46 GMT
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: YAMAMOTO Mitsuharu <mituharu> 07/05/01 08:15:45
Index: macmenu.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/macmenu.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- macmenu.c 18 Mar 2007 08:06:18 -0000 1.56
+++ macmenu.c 1 May 2007 08:15:45 -0000 1.57
<at> <at> -1011,6 +1011,11 <at> <at>
DialogItemIndex item_hit;
Lisp_Object tem;
+ /* Force a redisplay before showing the dialog. If a frame is
+ created just before showing the dialog, its contents may not
+ have been fully drawn. */
+ Fredisplay (Qt);
+
tem = Fstring_match (concat3 (build_string ("\\("),
call0 (intern ("sentence-end")),
build_string ("\\)\n")),
<at> <at> -2943,6 +2948,11 <at> <at>
first_wv = wv;
}
+ /* Force a redisplay before showing the dialog. If a frame is created
+ just before showing the dialog, its contents may not have been fully
(Continue reading)
RSS Feed