From: Francois Fleuret Date: Sun, 23 Jan 2011 09:27:18 +0000 (+0100) Subject: Cosmetics. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=9630645cfc4149a2e4a19b8a30b1515f32a90c68 Cosmetics. --- diff --git a/vm b/vm index 6f41d75..1b34b49 100644 --- a/vm +++ b/vm @@ -585,9 +585,9 @@ an attachment") (ff/first-buffer-in-mode (cdr l) m)))) (defun ff/compose-mail (&optional force-new) - "Switch to an existing buffer with major mode `mail-mode', + "Cycles through an existing buffers with major mode `mail-mode', or invoke `vm-compose-mail' if none can be found or if FORCE-NEW -is t. If already in a mail buffer, burry it and go to the next." +is t." (interactive "P") (when (eq major-mode 'mail-mode) (bury-buffer)) (let ((buf (and (not force-new)