Function: file-notify--rename-cookie
file-notify--rename-cookie is a byte-compiled function defined in
filenotify.el.gz.
Signature
(file-notify--rename-cookie CL-X)
Documentation
Access slot "cookie" of file-notify--rename struct CL-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)