Lint maybe.el
This change had rippling implications.
This commit is contained in:
parent
1c87082648
commit
a35f723d92
12 changed files with 53 additions and 49 deletions
|
|
@ -59,7 +59,7 @@
|
|||
"Resolve an IRC server from a given CHANNEL."
|
||||
(let ((result (alist/find (lambda (k v) (cycle/contains? channel v))
|
||||
server->channels)))
|
||||
(prelude/assert (maybe/some? result))
|
||||
(prelude/assert (maybe-some? result))
|
||||
result))
|
||||
|
||||
(defun irc/channel->cycle (server->channels channel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue