From: Michael Albinus Date: Wed, 26 Aug 2015 08:32:02 +0000 (+0200) Subject: * lisp/net/tramp-cache.el (top): Use `message' but `format-message'. X-Git-Tag: emacs-25.0.90~1250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cdcc50d161035e74de55b0ff82c90730ff22136;p=emacs.git * lisp/net/tramp-cache.el (top): Use `message' but `format-message'. --- diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index 8f60ac401f1..bfcfe158281 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -440,8 +440,8 @@ for all methods. Resulting data are derived from connection history." (clrhash tramp-cache-data)) (error ;; File is corrupted. - (format-message "Tramp persistency file `%s' is corrupted: %s" - tramp-persistency-file-name (error-message-string err)) + (message "Tramp persistency file `%s' is corrupted: %s" + tramp-persistency-file-name (error-message-string err)) (clrhash tramp-cache-data)))) (add-hook 'tramp-unload-hook