Fix typo.
authorueno <ueno>
Tue, 31 Oct 2000 08:24:19 +0000 (08:24 +0000)
committerueno <ueno>
Tue, 31 Oct 2000 08:24:19 +0000 (08:24 +0000)
mime-edit.el

index 027eeb5..fd7e633 100644 (file)
@@ -1216,7 +1216,7 @@ If nothing is inserted, return nil."
          (goto-char (1- end))
          (eq (following-char) ?\n))
        (setq end (1- end))))
-  (put-text-property start end mime-edit-invisible t))
+  (put-text-property start end 'mime-edit-invisible t))
 
 (defun mime-edit-invisible-p (pos)
   (static-when (featurep 'xemacs)