summaryrefslogtreecommitdiff
path: root/lisp/filenotify.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-03-05 17:51:22 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-03-05 17:51:22 +0100
commitcb87eeff1bf88d9d1849c452e8b9953b06ada454 (patch)
tree5ceec04d22d3a4760d6f6c9419c6f44b4d1120e8 /lisp/filenotify.el
parent986a919523cb963539cceadfda511eaf8a64d829 (diff)
downloademacs-cb87eeff1bf88d9d1849c452e8b9953b06ada454.tar.gz
emacs-cb87eeff1bf88d9d1849c452e8b9953b06ada454.tar.bz2
emacs-cb87eeff1bf88d9d1849c452e8b9953b06ada454.zip
Declare some completion predicates
* lisp/filenotify.el (file-notify-handle-event): * lisp/net/dbus.el (dbus-handle-event): Declare `completion-predicate'.
Diffstat (limited to 'lisp/filenotify.el')
-rw-r--r--lisp/filenotify.el1
1 files changed, 1 insertions, 0 deletions
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))