+2001-01-29 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
+ `buffer-substring-no-properties' instead of `format'.
+
2001-01-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
* texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
(setq font-lock-defaults nil)
(font-lock-mode 0))
;; We remove all text props from the article buffer.
- (setq buf (format "%s" (buffer-string)))
+ (setq buf (buffer-substring-no-properties (point-min) (point-max)))
(set-buffer (get-buffer-create gnus-original-article-buffer))
(erase-buffer)
(insert buf)