# HG changeset patch # User Richard M. Stallman # Date 862277766 0 # Node ID f3bbebd5c01d3d6ec2977960bbb5cf35b236fad2 # Parent 6a190274d2e71dccf2421d524ddba4b280482886 (mh-smail-batch): Accpt &rest arg `ignored'. diff -r 6a190274d2e7 -r f3bbebd5c01d lisp/mail/mh-comp.el --- a/lisp/mail/mh-comp.el Tue Apr 29 00:51:47 1997 +0000 +++ b/lisp/mail/mh-comp.el Tue Apr 29 01:36:06 1997 +0000 @@ -26,7 +26,7 @@ ;;; Change Log: -;; $Id: mh-comp.el,v 1.8 1996/01/14 07:34:30 erik Exp rms $ +;; $Id: mh-comp.el,v 1.9 1997/04/12 19:24:23 rms Exp rms $ ;;; Code: @@ -215,7 +215,7 @@ ;;;###autoload -(defun mh-smail-batch () +(defun mh-smail-batch (&rest ignored) "Set up a mail composition draft with the MH mail system. This function is an entry point to mh-e, the Emacs front end to the MH mail system. This function does not prompt the user