summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-crypt.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-11-16 15:04:27 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-11-16 15:04:27 +0100
commit6e93cb0954285b16054d07e420cf3bdc5d93c1c2 (patch)
treea08c21239be53e9d6074494529eace29866f5dde /lisp/net/tramp-crypt.el
parentee2a5784561431b9bf23efa752523cca9e229e9f (diff)
downloademacs-6e93cb0954285b16054d07e420cf3bdc5d93c1c2.tar.gz
emacs-6e93cb0954285b16054d07e420cf3bdc5d93c1c2.tar.bz2
emacs-6e93cb0954285b16054d07e420cf3bdc5d93c1c2.zip
Some minor Tramp updates
* lisp/net/tramp-crypt.el (tramp-crypt-add-directory): Add comment. * lisp/net/tramp.el (tramp-debug-buffer-command-completion-p) (tramp-setup-debug-buffer): New defuns. (tramp-get-debug-buffer): Call `tramp-setup-debug-buffer. * test/lisp/net/tramp-tests.el (tramp-test07-abbreviate-file-name): Extend test.
Diffstat (limited to 'lisp/net/tramp-crypt.el')
-rw-r--r--lisp/net/tramp-crypt.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el
index f60841cf8c1..4ff8e6bbf12 100644
--- a/lisp/net/tramp-crypt.el
+++ b/lisp/net/tramp-crypt.el
@@ -486,6 +486,7 @@ See `tramp-crypt-do-encrypt-or-decrypt-file'."
Files in that directory and all subdirectories will be encrypted
before copying to, and decrypted after copying from that
directory. File names will be also encrypted."
+ ;; (declare (completion tramp-crypt-command-completion-p))
(interactive "DRemote directory name: ")
(unless tramp-crypt-enabled
(tramp-user-error nil "Feature is not enabled."))