summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-cmds.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2015-05-25 10:44:51 +0200
committerMichael Albinus <michael.albinus@gmx.de>2015-05-25 10:44:51 +0200
commit89035e247591c8d688fce922b7079881aa110f33 (patch)
tree560cc60539d856c89670c667f4179e707d0dd596 /lisp/net/tramp-cmds.el
parentdde09cdbce0239bba0248a8ed5c1f4d85c5e8476 (diff)
downloademacs-89035e247591c8d688fce922b7079881aa110f33.tar.gz
emacs-89035e247591c8d688fce922b7079881aa110f33.tar.bz2
emacs-89035e247591c8d688fce922b7079881aa110f33.zip
Inhibit `epa-file-handler' in Tramp
Fixes: debbugs:20634 * lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer) (tramp-sh-handle-insert-file-contents-literally): Inhibit also `epa-file-handler'.
Diffstat (limited to 'lisp/net/tramp-cmds.el')
-rw-r--r--lisp/net/tramp-cmds.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el
index 89baaa444a7..fee74eedec2 100644
--- a/lisp/net/tramp-cmds.el
+++ b/lisp/net/tramp-cmds.el
@@ -158,7 +158,7 @@ This includes password cache, file cache, connection cache, buffers."
(if arg (insert tramp-version) (message tramp-version)))
;; Make the "reporter" functionality available for making bug reports about
-;; the package. A most useful piece of code.
+;; the package. A most useful piece of code.
(autoload 'reporter-submit-bug-report "reporter")