emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Tue, 25 Feb 2003 01:00:41 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.728 emacs/src/keyboard.c:1.729
*** emacs/src/keyboard.c:1.728  Sun Feb 23 17:11:20 2003
--- emacs/src/keyboard.c        Tue Feb 25 01:00:40 2003
***************
*** 1355,1366 ****
--- 1355,1368 ----
  
  /* 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 ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]