diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 56a7b377124..33e5900f3c2 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -945,7 +945,7 @@ See `tramp-file-name-structure' for more explanations. | |||
| 945 | On W32 systems, the volume letter must be ignored.") | 945 | On W32 systems, the volume letter must be ignored.") |
| 946 | 946 | ||
| 947 | (defconst tramp-completion-file-name-regexp-separate | 947 | (defconst tramp-completion-file-name-regexp-separate |
| 948 | "\\`/\\[[^]]*\\'" | 948 | "\\`/\\(\\[[^]]*\\)?\\'" |
| 949 | "Value for `tramp-completion-file-name-regexp' for separate remoting. | 949 | "Value for `tramp-completion-file-name-regexp' for separate remoting. |
| 950 | See `tramp-file-name-structure' for more explanations.") | 950 | See `tramp-file-name-structure' for more explanations.") |
| 951 | 951 | ||