(defadvice po-unfuzzy (around po-unfuzzy-with-or-without-region activate) (if (and (interactive-p) mark-active) (po-unfuzzy-region (region-beginning) (region-end)) ad-do-it))