emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/backports-25.2 80cf0b6 21/46: Restore the fix to b


From: Noam Postavsky
Subject: [Emacs-diffs] scratch/backports-25.2 80cf0b6 21/46: Restore the fix to bug#18527 from commit d6868025
Date: Sun, 2 Oct 2016 14:04:48 +0000 (UTC)

branch: scratch/backports-25.2
commit 80cf0b665ef5e5543273ab52df5e7e8bb5e12fa9
Author: John Wiegley <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Restore the fix to bug#18527 from commit d6868025
    
    (cherry picked from commit efb1883244f551cfb43fa9d85e3df8cc334fb232)
---
 lisp/erc/erc-backend.el |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el
index b413ee5..46e6d89 100644
--- a/lisp/erc/erc-backend.el
+++ b/lisp/erc/erc-backend.el
@@ -648,7 +648,6 @@ EVENT is the message received from the closed connection 
process."
   (or erc-server-reconnecting
       (and erc-server-auto-reconnect
            (not erc-server-banned)
-           (not erc-server-error-occurred)
            ;; make sure we don't infinitely try to reconnect, unless the
            ;; user wants that
            (or (eq erc-server-reconnect-attempts t)



reply via email to

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