From: Jan Djärv Date: Tue, 25 Feb 2003 06:00:40 +0000 (+0000) Subject: * keyboard.c (cancel_hourglass_unwind): Surround with X-Git-Tag: ttn-vms-21-2-B4~11034 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb8db7e1f53a421671c4ecbfa32b6b3242e2c961;p=emacs.git * keyboard.c (cancel_hourglass_unwind): Surround with #ifdef HAVE_X_WINDOWS --- diff --git a/src/ChangeLog b/src/ChangeLog index ba92a5d3487..59b088cfc73 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-02-25 Jan Dj,Ad(Brv + + * keyboard.c (cancel_hourglass_unwind): Surround with + #ifdef HAVE_X_WINDOWS + 2003-02-25 Kenichi Handa * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer diff --git a/src/keyboard.c b/src/keyboard.c index 17cc6787f7f..86fdb9a0c40 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1355,12 +1355,14 @@ static void adjust_point_for_property P_ ((int, int)); /* Cancel hourglass from protect_unwind. ARG is not used. */ +#ifdef HAVE_X_WINDOWS static Lisp_Object cancel_hourglass_unwind (arg) Lisp_Object arg; { cancel_hourglass (); } +#endif Lisp_Object command_loop_1 ()