diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp-smb.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index b5a13ba6a41..2545c7f49f7 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el | |||
| @@ -2178,9 +2178,10 @@ Removes smb prompt. Returns nil if an error message has appeared." | |||
| 2178 | 'tramp-smb-connection-local-default-system-profile | 2178 | 'tramp-smb-connection-local-default-system-profile |
| 2179 | tramp-smb-connection-local-default-system-variables) | 2179 | tramp-smb-connection-local-default-system-variables) |
| 2180 | 2180 | ||
| 2181 | (connection-local-set-profiles | 2181 | ;; It must be disabled, see Bug#78886. |
| 2182 | `(:application tramp :protocol ,tramp-smb-method) | 2182 | ;; (connection-local-set-profiles |
| 2183 | 'tramp-smb-connection-local-default-system-profile) | 2183 | ;; `(:application tramp :protocol ,tramp-smb-method) |
| 2184 | ;; 'tramp-smb-connection-local-default-system-profile) | ||
| 2184 | 2185 | ||
| 2185 | (add-hook 'tramp-unload-hook | 2186 | (add-hook 'tramp-unload-hook |
| 2186 | (lambda () | 2187 | (lambda () |