;ELC   
;;; Compiled by pot@pot.cnuce.cnr.it on Tue Mar 18 15:46:11 2003
;;; from file /home/pot/gnu/emacs-pretest.new/lisp/gnus/rfc2045.el
;;; in Emacs version 21.3
;;; with bytecomp version 2.85.4.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`rfc2045.el' was compiled for Emacs 19.29 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(require 'ietf-drums)
#@61 Return and PARAM=VALUE string encoded according to RFC2045.
(defalias 'rfc2045-encode-string #[(param value) "\305\306\307Q	\"\204% \305\306\n\307Q	\"\204% \305\310	\"\204% \305\306\307Q	\"\204- \f\311\312\313	\"Q\207\f\311	Q\207" [ietf-drums-no-ws-ctl-token value ietf-drums-tspecials ietf-drums-text-token param string-match "[" "]" "[ \n	]" "=" format "%S"] 5 (#$ . 643)])
(provide 'rfc2045)
