aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 06ef3a880aa..f42f62a3332 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -540,7 +540,7 @@ on the flag to output ^M at the end of each line. You can fix the
540problem by adding this to your .cshrc file: 540problem by adding this to your .cshrc file:
541 541
542 if ($?EMACS) then 542 if ($?EMACS) then
543 if ($EMACS == "t") then 543 if ("$EMACS" =~ /*) then
544 unset edit 544 unset edit
545 stty -icrnl -onlcr -echo susp ^Z 545 stty -icrnl -onlcr -echo susp ^Z
546 endif 546 endif