1 ; This autoloaded file implementes the (annotate) function of mhe
3 ; Insert into the current buffer, at the current cursor position,
4 ; a message header annotation like "Replied: <<26-Apr-82 09:22>>"
5 ; Argument 1 is the annotation field string, e.g. "Replied".
6 ; Argument 2 is an annotation comment field, to be put before the date
10 (temp-use-buffer "message")
21 (temp-use-buffer (concat "+" mh-folder))
23 (goto-character (+ (dot) 4))
24 (delete-next-character)
25 (insert-character (string-to-char (arg 1)))
26 (setq buffer-is-modified 0)
30 (setq cd (current-time)); "Mon Apr 26 09:13:37 1982"