Function: file-notify--rename-from-file

file-notify--rename-from-file is a byte-compiled function defined in filenotify.el.gz.

Signature

(file-notify--rename-from-file file-notify--rename-from-file X)

Documentation

Access slot "from-file" of file-notify--rename struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/filenotify.el.gz
(cl-defstruct (file-notify--rename
               (:constructor nil)
               (:constructor
                file-notify--rename-make (watch desc from-file cookie)))
  watch desc from-file cookie)