help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: likely ERC bug on `erc-previous-command'


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]