diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 2 |
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 | |||
| 540 | problem by adding this to your .cshrc file: | 540 | problem 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 |