From cb87eeff1bf88d9d1849c452e8b9953b06ada454 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 5 Mar 2021 17:51:22 +0100 Subject: Declare some completion predicates * lisp/filenotify.el (file-notify-handle-event): * lisp/net/dbus.el (dbus-handle-event): Declare `completion-predicate'. --- lisp/filenotify.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/filenotify.el') diff --git a/lisp/filenotify.el b/lisp/filenotify.el index 78571776a39..07871bb0b64 100644 --- a/lisp/filenotify.el +++ b/lisp/filenotify.el @@ -100,6 +100,7 @@ If it is registered in `file-notify-descriptors', a `stopped' event is sent." "Handle a file system monitoring event, coming from backends. If OBJECT is a filewatch event, call its callback. Otherwise, signal a `file-notify-error'." + (declare (completion ignore)) (interactive "e") (when file-notify-debug (message "file-notify-handle-event %S" object)) -- cgit v1.2.3