From 218d2d1509673d8bc67014558a31f5d0da1be5c6 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 6 Jun 2021 08:38:40 +0200 Subject: [PATCH] * lisp/net/tramp.el (tramp-error): Make it a defun. --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 4fd7a322d4b..838464e88b2 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -2048,7 +2048,7 @@ function is meant for debugging purposes." (put #'tramp-backtrace 'tramp-suppress-trace t) -(defsubst tramp-error (vec-or-proc signal fmt-string &rest arguments) +(defun tramp-error (vec-or-proc signal fmt-string &rest arguments) "Emit an error. VEC-OR-PROC identifies the connection to use, SIGNAL is the signal identifier to be raised, remaining arguments passed to -- 2.39.2