Function: file-notify--rename-p--cmacro
file-notify--rename-p--cmacro is a function defined in
filenotify.el.gz.
Signature
(file-notify--rename-p--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining file-notify--rename-p.
Source Code
;; Defined in /usr/src/emacs/lisp/filenotify.el.gz
;; Closure converted to defun by helpful.
(defun file-notify--rename-p--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `file-notify--rename-p'."
(cl-block file-notify--rename-p--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block file-notify--rename-p
(and
(memq
(type-of cl-x)
cl-struct-file-notify--rename-tags)
t))
nil nil nil cl-x)))