emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/PROBLEMS,v


From: Paul Eggert
Subject: [Emacs-diffs] Changes to emacs/etc/PROBLEMS,v
Date: Tue, 12 Sep 2006 16:43:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Paul Eggert <eggert>    06/09/12 16:43:25

Index: etc/PROBLEMS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/PROBLEMS,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -b -r1.196 -r1.197
--- etc/PROBLEMS        10 Sep 2006 12:28:28 -0000      1.196
+++ etc/PROBLEMS        12 Sep 2006 16:43:24 -0000      1.197
@@ -540,7 +540,7 @@
 problem by adding this to your .cshrc file:
 
     if ($?EMACS) then
-        if ($EMACS == "t") then
+        if ("$EMACS" =~ /*) then
             unset edit
             stty  -icrnl -onlcr -echo susp ^Z
         endif




reply via email to

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