From e017ba356de2835357b449ec73881ab1c91b39a4 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 1 Nov 2000 15:08:23 +0000 Subject: [PATCH] 2000-11-01 ShengHuo ZHU * rfc2231.el: Require cl when compiling. --- lisp/gnus/ChangeLog | 21 +++++++++++++++++++++ lisp/gnus/rfc2231.el | 2 ++ 2 files changed, 23 insertions(+) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 860cdb25a4c..209292bc1d4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,24 @@ +2000-11-01 ShengHuo ZHU + + * rfc2231.el: Require cl when compiling. + +2000-11-01 Dave Love + + * mm-uu.el (mm-uu-decode-function, mm-uu-binhex-decode-function): + Fix custom type. + (mm-uu-configure-list): Move and fix custom type. + + * utf7.el: Require cl when compiling. + + * binhex.el: Use (featurep 'xemacs). + (binhex-char-int): New alias, replacing char-int. Change callers. + (binhex-decode-region): Simplify work buffer code. + (binhex-decode-region-external): Use expand-file-name, not concat. + +2000-10-30 Dave Love + + * gnus-art.el: Fix 2000-10-27 change properly. + 2000-10-28 Miles Bader * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren. diff --git a/lisp/gnus/rfc2231.el b/lisp/gnus/rfc2231.el index 13115e3ca8f..dc487eee415 100644 --- a/lisp/gnus/rfc2231.el +++ b/lisp/gnus/rfc2231.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen +;; Maintainer: bugs@gnus.org ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -24,6 +25,7 @@ ;;; Code: +(eval-when-compile (require 'cl)) (require 'ietf-drums) (defun rfc2231-get-value (ct attribute) -- 2.39.5