]> git.eshelyaron.com Git - emacs.git/commit
Fix error opening Gnus gmail imap connection
authorGerd Möllmann <gerd@gnu.org>
Sun, 23 Oct 2022 07:21:30 +0000 (09:21 +0200)
committerGerd Möllmann <gerd@gnu.org>
Sun, 23 Oct 2022 07:21:30 +0000 (09:21 +0200)
commitb7b18f47682bf1e09f7ca04bb979f460f227886b
tree7d467de800befb34d7b42479b2253fa802a46f94
parentad00b68fd8ac29bbf71bd35fce098a4be7a5ddb1
Fix error opening Gnus gmail imap connection

The error is caused by comparing names of (possibly) keyword symbols
with a table of symbols names containing ":" for symbol names.

* src/process.c (set_socket_option): Use LISP_SYMBOL_NAME.
src/process.c