emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/albinus 0b859d3: * lisp/filenotify.el (file-notify


From: Michael Albinus
Subject: [Emacs-diffs] scratch/albinus 0b859d3: * lisp/filenotify.el (file-notify-handle-event): Instrument.
Date: Fri, 4 Jan 2019 11:16:32 -0500 (EST)

branch: scratch/albinus
commit 0b859d3e7d0b9b06cf3009366e41bb1a058960b2
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * 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 a133f9e..a0063f8 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]