]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (hourglass_started): New function.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Mar 2005 19:09:10 +0000 (19:09 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Mar 2005 19:09:10 +0000 (19:09 +0000)
* dispextern.h: Declare hourglass_started.

* keyboard.c (Fexecute_extended_command): Restart hourglass
after call to Fcompleting_read if already started.

src/ChangeLog

index e116cdf1d06ab12ffd02384370bafb9946d6e2b9..d806f2690dff31f4aa807ef31f043cb325f96055 100644 (file)
@@ -1,5 +1,12 @@
 2005-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
+       * xfns.c (hourglass_started): New function.
+
+       * dispextern.h: Declare hourglass_started.
+
+       * keyboard.c (Fexecute_extended_command): Restart hourglass
+       after call to Fcompleting_read if already started.
+
        * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
        GTK main loop is entered in xterm.c, thus doing the redraw.