projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12cfbf
)
* lisp/net/tramp-cache.el (top): Use `message' but `format-message'.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 26 Aug 2015 08:32:02 +0000
(10:32 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 26 Aug 2015 08:32:02 +0000
(10:32 +0200)
lisp/net/tramp-cache.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-cache.el
b/lisp/net/tramp-cache.el
index 8f60ac401f15ea41dc201f965773a72f5f99eba5..bfcfe158281ab93246ab959d940bb6cd486b695a 100644
(file)
--- 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