Files
emacs/lisp/erc
Amin Bandali ff0f4c7312 Fix erc-lurker-update-status (bug#36843)
Broken since 2013-08-22 "* lisp/erc/erc.el: Use lexical-binding".

* lisp/erc/erc.el (erc-message-parsed): New variable.
(erc-display-message): Dynamically bind it.
(erc-lurker-update-status): Check it instead of using `parsed'
directly.  This results in `erc-lurker-state' being properly updated
to keep track of non-lurkers, and thus `erc-lurker-p' returning
correct results rather than return t for everyone.
2019-09-05 19:56:14 -04:00
..
2019-06-13 14:37:25 +02:00
2019-06-20 12:51:39 +02:00
2019-06-20 12:51:39 +02:00
2019-05-26 01:00:16 -07:00