]> git.eshelyaron.com Git - emacs.git/commit
Don't inline tramp-debug-message
authorMattias Engdegård <mattiase@acm.org>
Thu, 11 Feb 2021 19:41:02 +0000 (20:41 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 12 Feb 2021 19:52:05 +0000 (20:52 +0100)
commitc4459a10a6962d90adc4cdfada36175aaed99dfc
treead67342a2db5170eb3c58f5691f3fa8c0b1aeeed
parentb24ae269b28673fabf4458f0c3d4afbf5c93a164
Don't inline tramp-debug-message

* lisp/net/tramp.el (tramp-debug-message): Change defsubst into defun.
Until now the byte-compiler hasn't been clever enough to inline this
function but this is about to change; the code expansion is
unnecessary and makes compiler improvements more difficult to gauge.
lisp/net/tramp.el