comparison lisp/gnus/mm-uu.el @ 38413:a26d9b55abb6

Some fixes to follow coding conventions in files from Gnus.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 17:42:53 +0000
parents f04f551e94ce
children eafbae0b1100
comparison
equal deleted inserted replaced
38412:253f761ad37b 38413:a26d9b55abb6
1 ;;; mm-uu.el -- Return uu stuff as mm handles 1 ;;; mm-uu.el --- return uu stuff as mm handles
2 ;; Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc. 2 ;; Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc.
3 3
4 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> 4 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
5 ;; Keywords: postscript uudecode binhex shar forward news 5 ;; Keywords: postscript uudecode binhex shar forward news
6 6
20 ;; along with GNU Emacs; see the file COPYING. If not, write to the 20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 ;; Boston, MA 02111-1307, USA. 22 ;; Boston, MA 02111-1307, USA.
23 23
24 ;;; Commentary: 24 ;;; Commentary:
25
26 25
27 ;;; Code: 26 ;;; Code:
28 27
29 (eval-when-compile (require 'cl)) 28 (eval-when-compile (require 'cl))
30 (require 'mail-parse) 29 (require 'mail-parse)