Mercurial > emacs
changeset 33121:228696a7231c
2000-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>
* rfc2231.el: Require cl when compiling.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 01 Nov 2000 15:08:00 +0000 |
parents | 5d37eed2a6e2 |
children | b29ca74d473e |
files | lisp/gnus/rfc2231.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/rfc2231.el Wed Nov 01 14:54:52 2000 +0000 +++ b/lisp/gnus/rfc2231.el Wed Nov 01 15:08:00 2000 +0000 @@ -3,6 +3,7 @@ ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> +;; 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)