Function: file-notify--watch-make--cmacro
file-notify--watch-make--cmacro is a function defined in
filenotify.el.gz.
Signature
(file-notify--watch-make--cmacro _CL-WHOLE-ARG DIRECTORY FILENAME CALLBACK)
Documentation
compiler-macro for file-notify--watch-make.
Source Code
;; Defined in /usr/src/emacs/lisp/filenotify.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg directory filename callback)
((cl-block file-notify--watch-make--cmacro
(cl--defsubst-expand '(directory filename callback)
'(cl-block file-notify--watch-make
(record 'file-notify--watch directory
filename callback))
nil nil nil directory filename callback)))
(cl-struct-file-notify--watch-tags) nil
"compiler-macro for `file-notify--watch-make'."]