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: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c,v
Date: Wed, 21 Nov 2007 03:46:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   07/11/21 03:46:31

Index: dispnew.c
===================================================================
RCS file: /sources/emacs/emacs/src/dispnew.c,v
retrieving revision 1.397
retrieving revision 1.398
diff -u -b -r1.397 -r1.398
--- dispnew.c   31 Oct 2007 06:55:00 -0000      1.397
+++ dispnew.c   21 Nov 2007 03:46:31 -0000      1.398
@@ -6893,8 +6893,12 @@
       exit (1);
     }
 
+#ifdef WINDOWSNT
+  terminal_type = "w32console";
+#else
   /* Look at the TERM variable.  */
   terminal_type = (char *) getenv ("TERM");
+#endif
   if (!terminal_type)
     {
 #ifdef VMS




reply via email to

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