From 02fe824d1602262f9d8f18552a8d82428b83cd1a Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 3 Aug 1999 01:11:44 +0000 Subject: [PATCH] Autoload "mu-cite" for the function `mu-cite-original'. --- lisp/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/message.el b/lisp/message.el index 4dcf8f1..da59f00 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -1170,7 +1170,7 @@ The cdr of ech entry is a function for applying the face to a region.") (autoload 'gnus-copy-article-buffer "gnus-msg") (autoload 'gnus-alive-p "gnus-util") (autoload 'rmail-output "rmail") - (autoload 'mu-cite/cite-original "mu-cite")) + (autoload 'mu-cite-original "mu-cite")) -- 1.7.10.4