emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/process.c,v [EMACS_22_BASE]
Date: Mon, 26 Nov 2007 09:56:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Andreas Schwab <schwab> 07/11/26 09:56:16

Index: process.c
===================================================================
RCS file: /sources/emacs/emacs/src/process.c,v
retrieving revision 1.512.2.6
retrieving revision 1.512.2.7
diff -u -b -r1.512.2.6 -r1.512.2.7
--- process.c   19 Oct 2007 10:19:51 -0000      1.512.2.6
+++ process.c   26 Nov 2007 09:56:15 -0000      1.512.2.7
@@ -1370,8 +1370,10 @@
   if (w_tty)
     {
       XSETFASTINT (i_tty, XFASTINT (i_buffer) + w_buffer + 1);
-      XSETFASTINT (i_command, XFASTINT (i_buffer) + w_tty + 1);
-    } else {
+      XSETFASTINT (i_command, XFASTINT (i_tty) + w_tty + 1);
+    }
+  else
+    {
       i_tty = Qnil;
       XSETFASTINT (i_command, XFASTINT (i_buffer) + w_buffer + 1);
     }




reply via email to

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