]> git.eshelyaron.com Git - emacs.git/commit
Use when where else case returns nil
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 08:48:26 +0000 (09:48 +0100)
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 10:45:24 +0000 (11:45 +0100)
commita25a12ddaf61389030a1afaa535d5563856cfc70
tree3149d10de7a7a4118423a5996ae442e243f9c37b
parentd30618cbc11fb33a0d55c54200eb45f39251189c
Use when where else case returns nil

* lisp/net/dictionary-connection.el (dictionary-connection-status,
dictionary-connection-close): Instead of returning nil in the else case
of the if just use when.

Was suggested by Stefan Kangas.
lisp/net/dictionary-connection.el