comparison lisp/gnus/uudecode.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 03ae5e62feb4
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
38412:253f761ad37b 38413:a26d9b55abb6
1 ;;; uudecode.el -- elisp native uudecode 1 ;;; uudecode.el --- elisp native uudecode
2 2
3 ;; Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc. 3 ;; Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu> 5 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
6 ;; Keywords: uudecode news 6 ;; Keywords: uudecode news
7 7
8 ;; This file is a part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option) 12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version. 13 ;; any later version.