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 inlining file-notify--watch-make.
Source Code
;; Defined in /usr/src/emacs/lisp/filenotify.el.gz
;; Closure converted to defun by helpful.
(defun file-notify--watch-make--cmacro
(_cl-whole-arg directory filename callback)
"compiler-macro for inlining `file-notify--watch-make'."
(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)))