Function: tramp-crypt-handle-file-executable-p

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

Signature

(tramp-crypt-handle-file-executable-p FILENAME)

Documentation

Like file-executable-p for Tramp files.

Source Code

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