From 0b859d3e7d0b9b06cf3009366e41bb1a058960b2 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 4 Jan 2019 17:16:14 +0100 Subject: [PATCH] * lisp/filenotify.el (file-notify-handle-event): Instrument. --- lisp/filenotify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/filenotify.el b/lisp/filenotify.el index a133f9ea7ec..a0063f8808a 100644 --- a/lisp/filenotify.el +++ b/lisp/filenotify.el @@ -90,7 +90,7 @@ If EVENT is a filewatch event, call its callback. It has the format 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)) -- 2.39.5