summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2017-04-03 14:04:06 +0200
committerMichael Albinus <michael.albinus@gmx.de>2017-04-03 14:04:06 +0200
commit49197e6e3d30a4da91d5f18041dd125ac327592a (patch)
tree7dfab19ecdd9d55ba1f268a9c7d6458d9a51aa6f /lisp/shell.el
parent44ee91d82ef7e6075f37f1516e1e1b2fc6968083 (diff)
downloademacs-49197e6e3d30a4da91d5f18041dd125ac327592a.tar.gz
Add Tramp test
* doc/misc/tramp.texi (Remote processes): Fix typo. * lisp/shell.el (shell): Fix typo. * lisp/net/tramp.el (tramp-set-connection-local-variables): Simplify. * test/lisp/net/tramp-tests.el (tramp-test30-explicit-shell-file-name): New test. (tramp--test-special-characters, tramp--test-utf8): Adapt docstring. (tramp-test31-vc-registered) (tramp-test32-make-auto-save-file-name) (tramp-test33-make-nearby-temp-file) (tramp-test34-special-characters) (tramp-test34-special-characters-with-stat) (tramp-test34-special-characters-with-perl) (tramp-test34-special-characters-with-ls, tramp-test35-utf8) (tramp-test35-utf8-with-stat, tramp-test35-utf8-with-perl) (tramp-test35-utf8-with-ls) (tramp-test36-asynchronous-requests) (tramp-test37-recursive-load, tramp-test38-unload): Rename.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 55a053295fa..e03ccbb4f94 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -715,7 +715,7 @@ Otherwise, one argument `-i' is passed to the shell.
(when (file-remote-p default-directory)
;; Apply connection-local variables.
(hack-connection-local-variables-apply
- `(:application 'tramp
+ `(:application tramp
:protocol ,(file-remote-p default-directory 'method)
:user ,(file-remote-p default-directory 'user)
:machine ,(file-remote-p default-directory 'host)))