emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/macfns.c
Date: Sat, 05 Jun 2004 11:41:39 -0400

Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.34 emacs/src/macfns.c:1.35
*** emacs/src/macfns.c:1.34     Sun May 30 00:18:39 2004
--- emacs/src/macfns.c  Sat Jun  5 15:40:29 2004
***************
*** 1,5 ****
  /* Graphical user interface functions for Mac OS.
!    Copyright (C) 2000, 2001 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Graphical user interface functions for Mac OS.
!    Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 3803,3811 ****
    window_prompting = x_figure_window_size (f, parms, 0);
  
    {
-     BLOCK_INPUT;
      Rect r;
  
      SetRect (&r, 0, 0, 1, 1);
      if (CreateNewWindow (kHelpWindowClass,
                         kWindowNoActivatesAttribute
--- 3803,3811 ----
    window_prompting = x_figure_window_size (f, parms, 0);
  
    {
      Rect r;
  
+     BLOCK_INPUT;
      SetRect (&r, 0, 0, 1, 1);
      if (CreateNewWindow (kHelpWindowClass,
                         kWindowNoActivatesAttribute




reply via email to

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