Mercurial > emacs
changeset 17593:f3bbebd5c01d
(mh-smail-batch): Accpt &rest arg `ignored'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 29 Apr 1997 01:36:06 +0000 |
parents | 6a190274d2e7 |
children | 1a6a798242d6 |
files | lisp/mail/mh-comp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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