emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c,v
Date: Sun, 27 Jul 2008 18:25:06 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/27 18:24:49

Index: src/dispnew.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispnew.c,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -b -r1.413 -r1.414
--- src/dispnew.c       22 Jul 2008 16:19:29 -0000      1.413
+++ src/dispnew.c       27 Jul 2008 18:24:40 -0000      1.414
@@ -59,10 +59,6 @@
 #include "w32term.h"
 #endif /* HAVE_NTGUI */
 
-#ifdef MAC_OS
-#include "macterm.h"
-#endif /* MAC_OS */
-
 #ifdef HAVE_NS
 #include "nsterm.h"
 #endif
@@ -6887,16 +6883,6 @@
     }
 #endif /* HAVE_NTGUI */
 
-#ifdef MAC_OS
-  if (!inhibit_window_system)
-    {
-      Vinitial_window_system = intern ("mac");
-      Vwindow_system_version = make_number (1);
-      adjust_frame_glyphs_initially ();
-      return;
-    }
-#endif /* MAC_OS */
-
 #ifdef HAVE_NS
   if (!inhibit_window_system
 #ifndef CANNOT_DUMP




reply via email to

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