Function: tramp-crypt-handle-unlock-file

tramp-crypt-handle-unlock-file is a byte-compiled function defined in tramp-crypt.el.gz.

Signature

(tramp-crypt-handle-unlock-file FILENAME)

Documentation

Like unlock-file for Tramp files.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-crypt.el.gz
(defun tramp-crypt-handle-unlock-file (filename)
  "Like `unlock-file' for Tramp files."
  (let (tramp-crypt-enabled)
    (unlock-file (tramp-crypt-encrypt-file-name filename))))