emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Sat, 25 May 2002 05:28:33 -0400

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.307 emacs/src/emacs.c:1.308
*** emacs/src/emacs.c:1.307     Mon Apr 29 21:00:48 2002
--- emacs/src/emacs.c   Mon May 20 04:05:32 2002
***************
*** 1975,1982 ****
  #ifdef HAVE_X_WINDOWS
    /* It's not safe to call intern here.  Maybe we are crashing.  */
    if (!noninteractive && SYMBOLP (Vwindow_system)
!       && XSYMBOL (Vwindow_system)->name->size == 1
!       && XSYMBOL (Vwindow_system)->name->data[0] == 'x'
        && ! no_x)
      Fx_close_current_connection ();
  #endif /* HAVE_X_WINDOWS */
--- 1975,1982 ----
  #ifdef HAVE_X_WINDOWS
    /* It's not safe to call intern here.  Maybe we are crashing.  */
    if (!noninteractive && SYMBOLP (Vwindow_system)
!       && XSTRING (SYMBOL_NAME (Vwindow_system))->size == 1
!       && XSTRING (SYMBOL_NAME (Vwindow_system))->data[0] == 'x'
        && ! no_x)
      Fx_close_current_connection ();
  #endif /* HAVE_X_WINDOWS */



reply via email to

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