* lisp/net/tramp.el (tramp-error): Make it a defun.
This commit is contained in:
parent
45d711a356
commit
218d2d1509
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue