emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Thu, 23 Jun 2005 12:17:04 -0400

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.250 emacs/src/w32fns.c:1.251
*** emacs/src/w32fns.c:1.250    Sun Jun 12 19:22:40 2005
--- emacs/src/w32fns.c  Thu Jun 23 16:17:04 2005
***************
*** 329,335 ****
    CHECK_LIVE_FRAME (frame);
    f = XFRAME (frame);
    if (! FRAME_W32_P (f))
!     error ("non-w32 frame used");
    return f;
  }
  
--- 329,335 ----
    CHECK_LIVE_FRAME (frame);
    f = XFRAME (frame);
    if (! FRAME_W32_P (f))
!     error ("Non-W32 frame used");
    return f;
  }
  
***************
*** 359,365 ****
        CHECK_LIVE_FRAME (frame);
        f = XFRAME (frame);
        if (! FRAME_W32_P (f))
!       error ("non-w32 frame used");
        return FRAME_W32_DISPLAY_INFO (f);
      }
  }
--- 359,365 ----
        CHECK_LIVE_FRAME (frame);
        f = XFRAME (frame);
        if (! FRAME_W32_P (f))
!       error ("Non-W32 frame used");
        return FRAME_W32_DISPLAY_INFO (f);
      }
  }
***************
*** 7771,7777 ****
    DWORD FlagsEx;
  } NEWOPENFILENAME;
  
!     
  DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
         doc: /* Read file name, prompting with PROMPT in directory DIR.
  Use a file selection dialog.
--- 7771,7777 ----
    DWORD FlagsEx;
  } NEWOPENFILENAME;
  
! 
  DEFUN ("x-file-dialog", Fx_file_dialog, Sx_file_dialog, 2, 5, 0,
         doc: /* Read file name, prompting with PROMPT in directory DIR.
  Use a file selection dialog.
***************
*** 7823,7829 ****
      NEWOPENFILENAME new_file_details;
      BOOL file_opened = FALSE;
      OPENFILENAME * file_details = &new_file_details.real_details;
!   
      /* Prevent redisplay.  */
      specbind (Qinhibit_redisplay, Qt);
      BLOCK_INPUT;
--- 7823,7829 ----
      NEWOPENFILENAME new_file_details;
      BOOL file_opened = FALSE;
      OPENFILENAME * file_details = &new_file_details.real_details;
! 
      /* Prevent redisplay.  */
      specbind (Qinhibit_redisplay, Qt);
      BLOCK_INPUT;




reply via email to

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