]> git.eshelyaron.com Git - emacs.git/commit
Fix error in rcirc for IRC tags without values
authorAlex Schroeder <alex@gnu.org>
Sun, 24 Apr 2022 11:33:09 +0000 (13:33 +0200)
committerAlex Schroeder <alex@gnu.org>
Tue, 26 Apr 2022 16:13:50 +0000 (18:13 +0200)
commit516ff422c54b79099841bb59d34da467f3f9a34e
treedd7af711355b27809f00422a90f38bef5a2a2db4
parentbffc4cb39dc7b83fc4a1bffd23eeed2774b79444
Fix error in rcirc for IRC tags without values

* src/lisp/net/rcirc.el (rcirc-process-server-response-1): If the
optional value for a tag is not present, do not call
replace-regexp-in-string on it. If (match-string 2 tag) is
nil, the STRING argument for the replace-regexp-in-string is nil,
which results in an error.
lisp/net/rcirc.el