Making a local hook dynamic-bound in jabber-muc-process-message.

This commit is contained in:
cnngimenez 2021-03-26 13:49:28 -03:00 committed by wgreenhouse
parent fd70194b09
commit 8e000430ee
1 changed files with 1 additions and 1 deletions

View File

@ -11215,7 +11215,7 @@ Return nil if X-MUC is nil."
JC is the Jabber connection."
(when (jabber-muc-message-p xml-data)
(defvar printers nil)
(let* ((from (jabber-xml-get-attribute xml-data 'from))
(group (jabber-jid-user from))
(nick (jabber-jid-resource from))