]> git.eshelyaron.com Git - emacs.git/commit
* lisp/net/dictionary-connection.el: Prefer defsubst
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 08:31:28 +0000 (09:31 +0100)
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 10:45:24 +0000 (11:45 +0100)
commita557a103cc576c97a82346760a84947fe296000c
tree971df4667cd8c55eff8a265cb4d5c76cb5823f20
parent54a3964e290d277df1e510c8829ede926aac23b2
* lisp/net/dictionary-connection.el: Prefer defsubst

Use defsubst instead of defmacro here. It was suggested by Stefan
Kangas to replace the defmacro here and, looking at the lispref,
defsubst seems to be a suitable replacement providing the same
benefit of inlining functionality as the defmacro.
lisp/net/dictionary-connection.el