Function: file-notify--rename-make
file-notify--rename-make is a byte-compiled function defined in
filenotify.el.gz.
Signature
(file-notify--rename-make WATCH DESC FROM-FILE COOKIE)
Documentation
Constructor for objects of type file-notify--rename.
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)