From: Michael Albinus Date: Fri, 4 Jan 2019 16:16:14 +0000 (+0100) Subject: * lisp/filenotify.el (file-notify-handle-event): Instrument. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b859d3e7d0b9b06cf3009366e41bb1a058960b2;p=emacs.git * lisp/filenotify.el (file-notify-handle-event): Instrument. --- 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))