emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src frame.c


From: Jason Rumney
Subject: [Emacs-diffs] emacs/src frame.c
Date: Sat, 20 Dec 2008 15:59:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/12/20 15:59:51

Modified files:
        src            : frame.c 

Log message:
        (Fmake_terminal_frame): Raise an error when called from
        a graphical frame on Windows.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/frame.c?cvsroot=emacs&r1=1.401&r2=1.402

Patches:
Index: frame.c
===================================================================
RCS file: /sources/emacs/emacs/src/frame.c,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -b -r1.401 -r1.402
--- frame.c     20 Dec 2008 15:31:14 -0000      1.401
+++ frame.c     20 Dec 2008 15:59:50 -0000      1.402
@@ -684,7 +684,7 @@
     abort ();
 #else /* not MSDOS */
 
-#if 0                           /* This should work now! */
+#ifdef WINDOWSNT                           /* This should work now! */
   if (sf->output_method != output_termcap)
     error ("Not using an ASCII terminal now; cannot make a new ASCII frame");
 #endif




reply via email to

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