[7408] in Athena Bugs
Re: vax 7.2R: emacs mh-rmail
daemon@ATHENA.MIT.EDU (jefft@ATHENA.MIT.EDU)
Tue Apr 9 01:00:29 1991
From: jefft@ATHENA.MIT.EDU
To: Marc Horowitz <marc@MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU
Date: Tue, 09 Apr 91 01:00:07 EDT
Here's the patch.
I'm not not sure the lisp is broken across lines correctly if there's some
sort of standard for these things...
*** /usr/athena/lib/gnuemacs/lisp/mh-e.el Fri Nov 23 01:24:34 1990
--- /tmp/mh-e.el Tue Apr 9 00:57:01 1991
***************
*** 2275,2281 ****
(defun mh-annotate-msg (msg buffer note &rest args)
;; Mark the MESSAGE in BUFFER listing with the character NOTE and annotate
;; the saved message with ARGS.
! (apply 'mh-exec-cmd (mh-list* "anno" buffer msg args))
(save-excursion
(set-buffer buffer)
(if (symbolp msg)
--- 2275,2283 ----
(defun mh-annotate-msg (msg buffer note &rest args)
;; Mark the MESSAGE in BUFFER listing with the character NOTE and annotate
;; the saved message with ARGS.
! (apply 'mh-exec-cmd (mh-list* "anno" buffer msg (append
! '("-inplace")
! args)))
(save-excursion
(set-buffer buffer)
(if (symbolp msg)
-Jeff