]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/filenotify.el (file-notify-handle-event): Instrument.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 4 Jan 2019 16:16:14 +0000 (17:16 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 4 Jan 2019 16:16:14 +0000 (17:16 +0100)
lisp/filenotify.el

index a133f9ea7eca8c4627ea5effbe68b29c7d451577..a0063f8808a1bb9b4e0455b19c6e88f4dab1db18 100644 (file)
@@ -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))