From 2a2dd10a04a626891506a83c3510bd5c60d8e3a4 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 7 Jan 1998 15:21:45 +0000 Subject: [PATCH] Delete autoload setting for `metamail-buffer'. --- lisp/gnus.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index 0181566..97ebbb0 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1524,8 +1524,7 @@ gnus-newsrc-hashtb should be kept so that both hold the same information.") (if (eq (nth 1 package) ':interactive) (cdddr package) (cdr package))))) - '(("metamail" metamail-buffer) - ("info" Info-goto-node) + '(("info" Info-goto-node) ("hexl" hexl-hex-string-to-integer) ("pp" pp pp-to-string pp-eval-expression) ("ps-print" ps-print-preprint) -- 1.7.10.4