|
From: | Emanuel Berg |
Subject: | Re: likely ERC bug on `erc-previous-command' |
Date: | Sat, 06 Feb 2021 07:52:11 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> (progn > (setq send-mail-function #'smtpmail-send-it) > (setq message-send-mail-function send-mail-function) ) Or like this maybe... (setq send-mail-function #'smtpmail-send-it message-send-mail-function send-mail-function) Yes, works: (setq a 1 b a) b ; 1 -- underground experts united http://user.it.uu.se/~embe8573 https://dataswamp.org/~incal
[Prev in Thread] | Current Thread | [Next in Thread] |