From: Michael Orlitzky Date: Fri, 25 Feb 2011 17:57:50 +0000 (-0500) Subject: Add the degree symbol to the list of nonstandard characters. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=93ec0963d2d8bec341de606a4ff822ac069360cd Add the degree symbol to the list of nonstandard characters. --- diff --git a/fix-nonstandard-chars.el b/fix-nonstandard-chars.el index 2ba368b..2f558cb 100644 --- a/fix-nonstandard-chars.el +++ b/fix-nonstandard-chars.el @@ -8,7 +8,8 @@ ("“" "“") ("”" "”") ("–" "-") - ("—" "—") )) + ("—" "—") + ("°" "°") )) (dolist (replacement replacements nil) ;; The mark gets all fucked up here. It's easiest to