(mail-setup): Insert -- line before .signature file.

This commit is contained in:
Richard M. Stallman
1994-07-12 02:47:27 +00:00
parent 8eb6c7da6b
commit a5282b8fe2

View File

@@ -198,7 +198,9 @@ actually occur.")
(if to (setq to (point)))
(cond ((eq mail-signature t)
(if (file-exists-p "~/.signature")
(insert-file-contents "~/.signature")))
(progn
(insert "\n\n-- \n")
(insert-file-contents "~/.signature"))))
(mail-signature
(insert mail-signature)))
(goto-char (point-max))