diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-08-07 14:52:07 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-08-07 14:52:07 +0000 |
commit | 9b64fb1f7cf81a4bfaa76f3459f763e17d2498d8 (patch) | |
tree | 14d353c9d3dfb5d1069ea381b7fc2f0cc49420b1 /lisp/gnus/mm-uu.el | |
parent | 21b5029601aa0659fe8a3579dc884dd588ef1a7b (diff) | |
download | emacs-9b64fb1f7cf81a4bfaa76f3459f763e17d2498d8.tar.gz |
(mm-uu-dissect, mm-uu-test): Fix autoload cookies.
Diffstat (limited to 'lisp/gnus/mm-uu.el')
-rw-r--r-- | lisp/gnus/mm-uu.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 45263307dcc..32d416d0815 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -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 |