Function: file-notify--rename-desc--cmacro
file-notify--rename-desc--cmacro is a function defined in
filenotify.el.gz.
Signature
(file-notify--rename-desc--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining file-notify--rename-desc.
Source Code
;; Defined in /usr/src/emacs/lisp/filenotify.el.gz
;; Closure converted to defun by helpful.
(defun file-notify--rename-desc--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `file-notify--rename-desc'."
(cl-block file-notify--rename-desc--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block file-notify--rename-desc
(progn
(or
(file-notify--rename-p cl-x)
(signal 'wrong-type-argument
(list 'file-notify--rename cl-x)))
(aref cl-x 2)))
nil nil nil cl-x)))