mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Heed switch-function argument in gnus-user-agent
* lisp/gnus/gnus-msg.el (gnus-msg-mail): Heed switch-action argument when falling back to message-user-agent because Gnus is not running (bug#28992).
This commit is contained in:
parent
556feab8a0
commit
b2a7a96f7a
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ instead."
|
|||
(progn
|
||||
(message "Gnus not running; using plain Message mode")
|
||||
(message-mail to subject other-headers continue
|
||||
nil yank-action send-actions return-action))
|
||||
switch-action yank-action send-actions return-action))
|
||||
(let ((buf (current-buffer))
|
||||
;; Don't use posting styles corresponding to any existing group.
|
||||
(group-name gnus-newsgroup-name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue