From 65c1c4daa36cadd948f1878689e3572ea8906b7a Mon Sep 17 00:00:00 2001 From: keiichi Date: Tue, 20 Oct 1998 10:23:49 +0000 Subject: [PATCH] (make-full-mail-header-from-decoded-header): Fix typo. --- lisp/nnheader.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/nnheader.el b/lisp/nnheader.el index dee65d7..60187ad 100644 --- a/lisp/nnheader.el +++ b/lisp/nnheader.el @@ -121,7 +121,7 @@ on your system, you could say something like: (cons 'From from)) )) -(defsubst make-full-mail-header +(defsubst make-full-mail-header-from-decoded-header (&optional number subject from date id references chars lines xref) "Create a new mail header structure initialized with the parameters given." (make-mime-entity-internal -- 1.7.10.4