Function: projectile-replace--undo-edit-p

projectile-replace--undo-edit-p is a function defined in projectile.el.

Signature

(projectile-replace--undo-edit-p X)

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;; Could not find source code, showing raw function object.
#[(x)
  ((and
    (memq (type-of x) cl-struct-projectile-replace--undo-edit-tags) t))
  (cl-struct-projectile-replace--undo-edit-tags)]