emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112035: Fix last change.


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112035: Fix last change.
Date: Wed, 13 Mar 2013 12:42:21 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112035
committer: Michael Albinus <address@hidden
branch nick: trunk
timestamp: Wed 2013-03-13 12:42:21 +0100
message:
  Fix last change.
modified:
  lisp/net/tramp-sh.el
=== modified file 'lisp/net/tramp-sh.el'
--- a/lisp/net/tramp-sh.el      2013-03-13 11:38:13 +0000
+++ b/lisp/net/tramp-sh.el      2013-03-13 11:42:21 +0000
@@ -2570,7 +2570,7 @@
         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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]