emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 22/352: Käytetään kommunikointiin PTY:itä, jotta shell-skriptit


From: Stefan Monnier
Subject: [elpa] 22/352: Käytetään kommunikointiin PTY:itä, jotta shell-skriptit toimivat
Date: Mon, 07 Jul 2014 14:01:35 +0000

monnier pushed a commit to branch master
in repository elpa.

commit f356e692ad8f6fb0aecb954ee5a22aed283fb28d
Author: Teemu Likonen <address@hidden>
Date:   Sat May 16 17:54:02 2009 +0000

    Käytetään kommunikointiin PTY:itä, jotta shell-skriptit toimivat
---
 wcheck-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index bc95699..ed337d0 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -329,7 +329,7 @@ Mikäli sellaista prosessia ei ennestään ole, käynnistetään."
                 (args (split-string
                        (wcheck-query-language-data language 'args t)
                        "[ \t\n]+" t))
-                (process-connection-type nil) ;Käytetään putkia
+                (process-connection-type t) ;Käytetään PTY:itä
                 proc)
 
             (when (file-executable-p program)



reply via email to

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