]> git.eshelyaron.com Git - emacs.git/commit
Fix order of rcirc-connect arguments
authorPhilip Kaludercic <philipk@posteo.net>
Mon, 1 May 2023 11:53:52 +0000 (13:53 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Thu, 4 May 2023 08:06:32 +0000 (10:06 +0200)
commitab44c8a6f9d7926a00dd1dfe49fa8ae07b5e7030
tree1cabdff24163c60cc7a2869044c4f094ad023bfd
parent8eb6e33691d1c8e95e25e086e1b04669ea4fffdb
Fix order of rcirc-connect arguments

* lisp/net/rcirc.el (rcirc): Pass SERVER-ALIAS before CLIENT-CERT.
(rcirc-connect): Take SERVER-ALIAS before CLIENT-CERT.

This is necessary for the 'rcirc-reconnect' trick to work that applies
the contents of 'rcirc-connection-info' to 'rcirc-connect', otherwise
the server alias gets lost as certfp information.

This addresses a change made in b79cb838a477ee5a5c3660e81264991ff833a82f.
lisp/net/rcirc.el