]> git.eshelyaron.com Git - emacs.git/commitdiff
(mm-uu-dissect, mm-uu-test): Fix autoload cookies.
authorGerd Moellmann <gerd@gnu.org>
Tue, 7 Aug 2001 14:52:07 +0000 (14:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 7 Aug 2001 14:52:07 +0000 (14:52 +0000)
lisp/gnus/mm-uu.el

index 45263307dcc2d16a0ba1acf376316638f2a5103e..32d416d081584816684b0c71944945ed1785514c 100644 (file)
@@ -1,5 +1,5 @@
 ;;; mm-uu.el --- return uu stuff as mm handles
-;; Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (c) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
 ;; Keywords: postscript uudecode binhex shar forward news
@@ -128,8 +128,7 @@ To disable dissecting shar codes, for instance, add
 
 (mm-uu-configure)
 
-;;;### autoload
-
+;;;###autoload
 (defun mm-uu-dissect ()
   "Dissect the current buffer and return a list of uu handles."
   (let (text-start start-char end-char
@@ -226,7 +225,7 @@ To disable dissecting shar codes, for instance, add
        (setq result (cons "multipart/mixed" (nreverse result))))
       result)))
 
-;;;### autoload
+;;;###autoload
 (defun mm-uu-test ()
   "Check whether the current buffer contains uu stuff."
   (save-excursion