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 file-notify--rename-make.

Source Code

;; Defined in /usr/src/emacs/lisp/filenotify.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg watch desc from-file cookie)
  ((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)))
  (cl-struct-file-notify--rename-tags) nil
  "compiler-macro for `file-notify--rename-make'."]