From e399bdd5d05419779f649211b594b396222c2735 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Apr 1994 16:42:54 +0000 Subject: [PATCH] entered into RCS --- lisp/gnus-uu.el | 32 ++++++++++++++++++++++++++------ 1 file 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 ;; 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 -- 2.39.5