summaryrefslogtreecommitdiff
path: root/lisp/=gnus-uu.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-07 16:42:54 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-07 16:42:54 +0000
commit6d14fb9e78113a0fe83da4ff69c3a56b6b1c5592 (patch)
treefed42a1a97a3767aacbeae09fb65a1e71a50608d /lisp/=gnus-uu.el
parent88206ec661af10dd66ae08a790d82829f6658e01 (diff)
downloademacs-6d14fb9e78113a0fe83da4ff69c3a56b6b1c5592.tar.gz
entered into RCS
Diffstat (limited to 'lisp/=gnus-uu.el')
-rw-r--r--lisp/=gnus-uu.el32
1 files changed, 26 insertions, 6 deletions
diff --git a/lisp/=gnus-uu.el b/lisp/=gnus-uu.el
index 32664933314..506e81c437b 100644
--- a/lisp/=gnus-uu.el
+++ b/lisp/=gnus-uu.el
@@ -1,12 +1,29 @@
;;; gnus-uu.el --- extract, view or save (uu)encoded files from gnus
-;;
+
+;; Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc.
+
;; Author: Lars Ingebrigtsen <larsi@ifi.uio.no>
;; Created: 2 Oct 1993
-;; Version: gnus-uu.el v 1.3.6 1994/04/07
-;; Keyword: gnus
-;;
-;; For gnus 4.*.
-;;
+;; Keyword: news
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs; see the file COPYING. If not, write to
+;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+
+;;; Commentary:
+
;; All gnus-uu commands start with `C-c C-v'.
;;
;; Typing `C-c C-v C-v' (gnus-uu-decode-and-view) in the summary
@@ -301,6 +318,8 @@
;; `C-c C-v C-i' gnus-uu-toggle-interactive-view
;; `C-c C-v C-t' gnus-uu-toggle-any-variable
+;;; Code:
+
(require 'gnus)
;; Binding of keys to the gnus-uu functions.
@@ -2118,3 +2137,4 @@ C-c C-o Save the original file: If the files
(provide 'gnus-uu)
+;; gnus-uu.el ends here