aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus2017-04-10 17:22:13 +0200
committerMichael Albinus2017-04-10 17:22:13 +0200
commitdd42ca427cf8a890678f574de43685ae70416491 (patch)
tree4e8a3671b805dd1841ff31ac176c2d287fc221ce /lisp
parent375bfbde06031d7e9ce363a6695b22b47c6a2798 (diff)
downloademacs-dd42ca427cf8a890678f574de43685ae70416491.tar.gz
emacs-dd42ca427cf8a890678f574de43685ae70416491.zip
Add Tramp tests
* lisp/net/tramp.el (tramp-syntax): Adapt docstring. * test/lisp/net/tramp-tests.el (tramp-test01-file-name-syntax-simplified) (tramp-test01-file-name-syntax-separate) (tramp-test02-file-name-dissect-simplified) (tramp-test02-file-name-dissect-separate): New tests.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index eb32bd6e0ed..12169d473e4 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -669,7 +669,10 @@ It can have the following values:
669 669
670 `default' -- Default syntax 670 `default' -- Default syntax
671 `simplified' -- Ange-FTP like syntax 671 `simplified' -- Ange-FTP like syntax
672 `separate' -- Syntax as defined for XEmacs originally." 672 `separate' -- Syntax as defined for XEmacs originally
673
674Do not change the value by `setq', it must be changed only by
675`custom-set-variables'. See also `tramp-change-syntax'."
673 :group 'tramp 676 :group 'tramp
674 :version "26.1" 677 :version "26.1"
675 :package-version '(Tramp . "2.3.2") 678 :package-version '(Tramp . "2.3.2")