Copyright-paperwork-exempt: yes
* eglot.el (eglot-register-capability
workspace/didChangeWatchFiles): fix call to handle-event.
GitHub-reference: https://github.com/joaotavora/eglot/issues/255
(changed 2)
(deleted 3)))))))
((eq action 'renamed)
- (handle-event desc 'deleted file)
- (handle-event desc 'created file1))))))
+ (handle-event '(desc 'deleted file))
+ (handle-event '(desc 'created file1)))))))
(unwind-protect
(progn (dolist (dir (delete-dups (mapcar #'file-name-directory globs)))
(push (file-notify-add-watch dir '(change) #'handle-event)