From 4aa410f49ff01991fab2da59478d847a3c276844 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 13 Nov 2014 12:45:00 +0000 Subject: Replace ^M with \r ^M isn't wrong, I'm just a little paranoid. --- sx-encoding.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-encoding.el') 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. -- cgit v1.2.3