aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-03-13 12:42:21 +0100
committerMichael Albinus2013-03-13 12:42:21 +0100
commitdba720f1d15a1cd7b866143f2f6c416277a193e1 (patch)
treed1485527e17c8689cf78f7de5f88b7dadb07eab0
parent85b66a2100227c5bb0eb51f56cd3b6d919288b1c (diff)
downloademacs-dba720f1d15a1cd7b866143f2f6c416277a193e1.tar.gz
emacs-dba720f1d15a1cd7b866143f2f6c416277a193e1.zip
Fix last change.
-rw-r--r--lisp/net/tramp-sh.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index d20fd6b1067..da2dcc71c5c 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -2570,7 +2570,7 @@ This is like `dired-recursive-delete-directory' for Tramp files."
2570 beg (point-max) 2570 beg (point-max)
2571 (or file-name-coding-system 2571 (or file-name-coding-system
2572 (and (boundp 'default-file-name-coding-system) 2572 (and (boundp 'default-file-name-coding-system)
2573 (symbolp 'default-file-name-coding-system)))) 2573 (symbol-value 'default-file-name-coding-system))))
2574 2574
2575 ;; The inserted file could be from somewhere else. 2575 ;; The inserted file could be from somewhere else.
2576 (when (and (not wildcard) (not full-directory-p)) 2576 (when (and (not wildcard) (not full-directory-p))