Function: projectile--watch-make-callback
projectile--watch-make-callback is a byte-compiled function defined in
projectile.el.
Signature
(projectile--watch-make-callback PROJECT)
Documentation
Return a file-notify callback that queues events for PROJECT.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--watch-make-callback (project)
"Return a file-notify callback that queues events for PROJECT."
(lambda (event) (projectile--handle-watch-event project event)))