diff options
-rw-r--r-- | sx-encoding.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-encoding.el b/sx-encoding.el index bea9071..58bbd80 100644 --- a/sx-encoding.el +++ b/sx-encoding.el @@ -76,7 +76,7 @@ (defun sx-encoding-normalize-line-endings (string) "Normalize the line endings for STRING" - (delete ?
string)) + (delete ?\r string)) (defun sx-encoding-clean-content (string) "Cleans STRING for display. |