emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Mon, 04 Mar 2002 04:28:00 -0500

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.278 emacs/src/lread.c:1.279
*** emacs/src/lread.c:1.278     Sun Mar  3 15:06:11 2002
--- emacs/src/lread.c   Mon Mar  4 04:27:58 2002
***************
*** 485,494 ****
--- 485,499 ----
    if (! NILP (delayed_switch_frame))
      unread_switch_frame = delayed_switch_frame;
  
+ #if 0
+ 
  #ifdef HAVE_WINDOW_SYSTEM
    if (display_hourglass_p)
      start_hourglass ();
  #endif
+ 
+ #endif
+ 
    return val;
  }
  



reply via email to

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