From: morioka Date: Wed, 7 Jan 1998 15:21:45 +0000 (+0000) Subject: Delete autoload setting for `metamail-buffer'. X-Git-Tag: gnus-6_7-tomo-199811302358~257 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2a2dd10a04a626891506a83c3510bd5c60d8e3a4;p=elisp%2Fgnus.git- Delete autoload setting for `metamail-buffer'. --- 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)