* mime-edit.el (turn-on-mime-edit): Remove redundant comments and
authorueno <ueno>
Mon, 18 Jun 2007 03:40:39 +0000 (03:40 +0000)
committerueno <ueno>
Mon, 18 Jun 2007 03:40:39 +0000 (03:40 +0000)
newlines to make the amount of diff-lines minimal to the original.

ChangeLog
mime-edit.el

index d7c09ee..6780db4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <yamaoka@jpl.org>
 
        * mime-edit.el (turn-on-mime-edit): Don't use the default values
index 609f98f..e1577f0 100644 (file)
@@ -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"