/[emacs]/emacs/src/emacs.c
ViewVC logotype

Diff of /emacs/src/emacs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.307 by monnier, Tue Apr 30 01:00:48 2002 UTC revision 1.308 by raeburn, Mon May 20 08:05:32 2002 UTC
# Line 1975  shut_down_emacs (sig, no_x, stuff) Line 1975  shut_down_emacs (sig, no_x, stuff)
1975  #ifdef HAVE_X_WINDOWS  #ifdef HAVE_X_WINDOWS
1976    /* It's not safe to call intern here.  Maybe we are crashing.  */    /* It's not safe to call intern here.  Maybe we are crashing.  */
1977    if (!noninteractive && SYMBOLP (Vwindow_system)    if (!noninteractive && SYMBOLP (Vwindow_system)
1978        && XSYMBOL (Vwindow_system)->name->size == 1        && XSTRING (SYMBOL_NAME (Vwindow_system))->size == 1
1979        && XSYMBOL (Vwindow_system)->name->data[0] == 'x'        && XSTRING (SYMBOL_NAME (Vwindow_system))->data[0] == 'x'
1980        && ! no_x)        && ! no_x)
1981      Fx_close_current_connection ();      Fx_close_current_connection ();
1982  #endif /* HAVE_X_WINDOWS */  #endif /* HAVE_X_WINDOWS */

Legend:
Removed from v.1.307  
changed lines
  Added in v.1.308

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26