tramp-compat-with-temp-message
tramp-compat-with-temp-message is an alias for `
with-temp-message' in `
tramp-compat.el
'.
(tramp-compat-with-temp-message
MESSAGE &rest
BODY)
Display
MESSAGE temporarily if non-nil while
BODY is evaluated.
The original message is restored to the echo area after
BODY has finished.
The value returned is the value of the last form in
BODY.
MESSAGE is written to the message log buffer if `message-log-max' is non-nil.
If
MESSAGE is nil, the echo area and message log buffer are unchanged.
Use a
MESSAGE of "" to temporarily clear the echo area.