with-tramp-saved-connection-property refers to free variable property
JD Smith <[email protected]> Sat, 5 Apr 2025 16:23:45 -0400
| Newsgroups | gmane.emacs.tramp |
|---|---|
| Message-ID | <[email protected]> |
In the logging message embedded in this macro, property (a macro argument) is not properly comma-inserted:
(tramp-message key 7 "Saved %s %s" property cached)
If there is concern about evaluating this argument multiple times it could be let-bound to an uninterned symbol.