From: Michael Albinus Date: Sun, 6 Jun 2021 06:38:40 +0000 (+0200) Subject: * lisp/net/tramp.el (tramp-error): Make it a defun. X-Git-Tag: emacs-28.0.90~2184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=218d2d1509673d8bc67014558a31f5d0da1be5c6;p=emacs.git * lisp/net/tramp.el (tramp-error): Make it a defun. --- 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