# HG changeset patch # User Gerd Moellmann # Date 997195927 0 # Node ID eafbae0b1100ef326a1e2cbe941ffd515d033a43 # Parent 2dddcf51515572710013f14bc321b266ec2a070e (mm-uu-dissect, mm-uu-test): Fix autoload cookies. diff -r 2dddcf515155 -r eafbae0b1100 lisp/gnus/mm-uu.el --- a/lisp/gnus/mm-uu.el Tue Aug 07 14:48:30 2001 +0000 +++ b/lisp/gnus/mm-uu.el Tue Aug 07 14:52:07 2001 +0000 @@ -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 ;; Keywords: postscript uudecode binhex shar forward news @@ -128,8 +128,7 @@ (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 @@ (setq result (cons "multipart/mixed" (nreverse result)))) result))) -;;;### autoload +;;;###autoload (defun mm-uu-test () "Check whether the current buffer contains uu stuff." (save-excursion