* lisp/filenotify.el (file-notify-handle-event):
* test/lisp/filenotify-tests.el (file-notify--test-event-handler):
Remove instrumentation.
Otherwise, signal a `file-notify-error'."
(interactive "e")
- (message "file-notify-handle-event %S" event)
+ ;;(message "file-notify-handle-event %S" event)
(if (and (consp event)
(eq (car event) 'file-notify)
(>= (length event) 3))
(unless (string-match
(regexp-quote ".#")
(file-notify--event-file-name file-notify--test-event))
- (message "file-notify--test-event-handler result: %s event: %S"
- (null (ert-test-failed-p result)) file-notify--test-event)
+ ;;(message "file-notify--test-event-handler result: %s event: %S"
+ ;;(null (ert-test-failed-p result)) file-notify--test-event)
(setq file-notify--test-events
(append file-notify--test-events `(,file-notify--test-event))
file-notify--test-results