diff options
| -rw-r--r-- | rt-liberation.el | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/rt-liberation.el b/rt-liberation.el index 4ee51c9..66570ee 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1405,9 +1405,9 @@ ASSOC-BROWSER if non-nil should be a ticket browser."        (while (re-search-forward "^         " (point-max) t)  	(replace-match "    "))        ;; fill -      (let ((paragraph-separate "    >[[:space:]]+$")) -	(fill-region (point-min) -		     (point-max))) +      ;; (let ((paragraph-separate "    >[[:space:]]+$")) +      ;; 	(fill-region (point-min) +      ;; 		     (point-max)))        ;; finally        (buffer-substring (point-min)  			(point-max))))) | 
