# HG changeset patch # User Oleksandr Gavenko # Date 1424624057 -7200 # Node ID 7a33c92b5d47ba2c5fa425882d4a8e907452d7cd # Parent 940024bc72eee664f4a22b1fccb63e9251e0e170 comint-strip-ctrl-m diff -r 940024bc72ee -r 7a33c92b5d47 .emacs-obsolete --- a/.emacs-obsolete Sun Feb 22 18:44:46 2015 +0200 +++ b/.emacs-obsolete Sun Feb 22 18:54:17 2015 +0200 @@ -65,3 +65,7 @@ (add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m) (add-hook 'comint-mode-hook 'ansi-color-for-comint-mode-on) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; For Cygwin. + +(add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m)