]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 13 Mar 2013 11:42:21 +0000 (12:42 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 13 Mar 2013 11:42:21 +0000 (12:42 +0100)
lisp/net/tramp-sh.el

index d20fd6b106736155135d688a05ba46de197f8efa..da2dcc71c5cf13716c4d0bf3860828f34bc4136a 100644 (file)
@@ -2570,7 +2570,7 @@ This is like `dired-recursive-delete-directory' for Tramp files."
         beg (point-max)
         (or file-name-coding-system
             (and (boundp 'default-file-name-coding-system)
-                 (symbolp 'default-file-name-coding-system))))
+                 (symbol-value 'default-file-name-coding-system))))
 
        ;; The inserted file could be from somewhere else.
        (when (and (not wildcard) (not full-directory-p))