Function: file-notify--rename-make--cmacro

file-notify--rename-make--cmacro is a function defined in filenotify.el.gz.

Signature

(file-notify--rename-make--cmacro _CL-WHOLE-ARG WATCH DESC FROM-FILE COOKIE)

Documentation

compiler-macro for inlining file-notify--rename-make.

Source Code

;; Defined in /usr/src/emacs/lisp/filenotify.el.gz
;; Closure converted to defun by helpful.
(defun file-notify--rename-make--cmacro
    (_cl-whole-arg watch desc from-file cookie)
  "compiler-macro for inlining `file-notify--rename-make'."
  (cl-block file-notify--rename-make--cmacro
    (cl--defsubst-expand
     '(watch desc from-file cookie)
     '(cl-block file-notify--rename-make
	(record 'file-notify--rename watch desc from-file cookie))
     nil nil nil watch desc from-file cookie)))