flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
authorSimon Josefsson <jas@extundo.com>
Thu, 23 Oct 2003 05:52:49 +0000 (05:52 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 23 Oct 2003 05:52:49 +0000 (05:52 +0000)
mml.el: Remove autoload cookie for flow-fill.
mm-view.el: Likewise.

lisp/ChangeLog
lisp/flow-fill.el
lisp/mm-view.el
lisp/mml.el

index ff7f4f2..6af6877 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-23  Simon Josefsson  <jas@extundo.com>
+
+       * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
+       * mml.el: Remove autoload cookie for flow-fill.
+       * mm-view.el: Likewise.
+
 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
index 43f563e..3add6bf 100644 (file)
@@ -1,6 +1,6 @@
 ;;; flow-fill.el --- interprete RFC2646 "flowed" text
 
-;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <jas@pdc.kth.se>
 ;; Keywords: mail
@@ -80,6 +80,7 @@ RFC 2646 suggests 66 characters for readability."
            'point-at-eol
          'line-end-position)))
 
+;;;###autoload
 (defun fill-flowed-encode (&optional buffer)
   (with-current-buffer (or buffer (current-buffer))
     ;; No point in doing this unless hard newlines is used.
@@ -101,6 +102,7 @@ RFC 2646 suggests 66 characters for readability."
          (goto-char (setq start (1+ end)))))
       t)))
 
+;;;###autoload
 (defun fill-flowed (&optional buffer)
   (save-excursion
     (set-buffer (or (current-buffer) buffer))
index 0995567..ddf1a95 100644 (file)
@@ -33,7 +33,6 @@
   (autoload 'gnus-article-prepare-display "gnus-art")
   (autoload 'vcard-parse-string "vcard")
   (autoload 'vcard-format-string "vcard")
-  (autoload 'fill-flowed "flow-fill")
   (autoload 'html2text "html2text")
   (unless (fboundp 'diff-mode)
     (autoload 'diff-mode "diff-mode" "" t nil)))
index e2b3d00..aff31e0 100644 (file)
@@ -37,7 +37,6 @@
   (autoload 'gnus-add-minor-mode "gnus-ems")
   (autoload 'gnus-make-local-hook "gnus-util")
   (autoload 'message-fetch-field "message")
-  (autoload 'fill-flowed-encode "flow-fill")
   (autoload 'message-posting-charset "message"))
 
 (defcustom mml-content-type-parameters