From: ueno Date: Mon, 18 Jun 2007 03:40:39 +0000 (+0000) Subject: * mime-edit.el (turn-on-mime-edit): Remove redundant comments and X-Git-Tag: semi-1_14-wl-root~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=950129146e521d93056890f39a2d5076399bde7e;p=elisp%2Fsemi.git * mime-edit.el (turn-on-mime-edit): Remove redundant comments and newlines to make the amount of diff-lines minimal to the original. --- diff --git a/ChangeLog b/ChangeLog index d7c09ee..6780db4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-18 Daiki Ueno + + * mime-edit.el (turn-on-mime-edit): Remove redundant comments and + newlines to make the amount of diff-lines minimal to the original. + 2007-06-08 Katsumi Yamaoka * mime-edit.el (turn-on-mime-edit): Don't use the default values diff --git a/mime-edit.el b/mime-edit.el index 609f98f..e1577f0 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -1067,12 +1067,14 @@ User customizable variables (not documented all of them): (enable-invisible) - ;; Make `paragraph-start' and `paragraph-separate' buffer-local - ;; and have a value to recognize part tags. - (set (make-local-variable 'paragraph-start) - (regexp-or mime-edit-single-part-tag-regexp paragraph-start)) - (set (make-local-variable 'paragraph-separate) - (regexp-or mime-edit-single-part-tag-regexp paragraph-separate)) + (make-local-variable 'paragraph-start) + (setq paragraph-start + (regexp-or mime-edit-single-part-tag-regexp + paragraph-start)) + (make-local-variable 'paragraph-separate) + (setq paragraph-separate + (regexp-or mime-edit-single-part-tag-regexp + paragraph-separate)) (run-hooks 'mime-edit-mode-hook) (message "%s"