diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-12-15 16:36:38 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-12-15 16:36:38 +0100 |
commit | d4c2aa4f913d07d627296c3e96125c4a8c143bd7 (patch) | |
tree | df04a60d31c9d231622e2a899f4f14fd8e82a48c /lisp/net | |
parent | 8404253d17a6daf2cbd6269491234c0b70fa2039 (diff) | |
download | emacs-d4c2aa4f913d07d627296c3e96125c4a8c143bd7.tar.gz emacs-d4c2aa4f913d07d627296c3e96125c4a8c143bd7.tar.bz2 emacs-d4c2aa4f913d07d627296c3e96125c4a8c143bd7.zip |
; * lisp/net/tramp-crypt.el: Fix comment.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp-crypt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el index fa40f968180..249b3fcd4d7 100644 --- a/lisp/net/tramp-crypt.el +++ b/lisp/net/tramp-crypt.el @@ -318,7 +318,7 @@ connection if a previous connection has died for some reason." (process-put p 'vector vec) (set-process-query-on-exit-flag p nil))) - ;; The following operations must be performed w/o + ;; The following operations must be performed without ;; `tramp-crypt-file-name-handler'. (let* (tramp-crypt-enabled ;; Don't check for a proper method. |