From: Michael Orlitzky Date: Thu, 26 Jan 2012 17:00:02 +0000 (-0500) Subject: Add ® and ™ to fix-nonstandard-chars.el. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=761582529e1b17e025bf2bd45109afe8b14202a7 Add ® and ™ to fix-nonstandard-chars.el. --- diff --git a/fix-nonstandard-chars.el b/fix-nonstandard-chars.el index 2f558cb..e1ec2f5 100644 --- a/fix-nonstandard-chars.el +++ b/fix-nonstandard-chars.el @@ -4,12 +4,17 @@ (interactive "p") - (setq replacements '( ("’" "'") - ("“" "“") - ("”" "”") - ("–" "-") - ("—" "—") - ("°" "°") )) + (setq replacements + '( ("’" "'") + ("“" "“") + ("”" "”") + ("–" "-") + ("—" "—") + ("°" "°") + ("®" "®") + ("™" "™") + ) + ) (dolist (replacement replacements nil) ;; The mark gets all fucked up here. It's easiest to