]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare some completion predicates
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 5 Mar 2021 16:51:22 +0000 (17:51 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 5 Mar 2021 16:51:22 +0000 (17:51 +0100)
* lisp/filenotify.el (file-notify-handle-event):
* lisp/net/dbus.el (dbus-handle-event): Declare `completion-predicate'.

lisp/filenotify.el
lisp/net/dbus.el

index 78571776a39746665e6de4e1ecaf382bd5e979ad..07871bb0b641bda12efe0029bba959b9a2fe4688 100644 (file)
@@ -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))
index a9de35c814fef20a294e0aeaadac50c8b7fe325c..1e7f836d820a4174bf4b23dd5509068fdf94bf9b 100644 (file)
@@ -1144,6 +1144,7 @@ compound type arguments (TYPE VALUE) will be kept as is."
 EVENT is a D-Bus event, see `dbus-check-event'.  HANDLER, being
 part of the event, is called with arguments ARGS (without type information).
 If the HANDLER returns a `dbus-error', it is propagated as return message."
+  (declare (completion ignore))
   (interactive "e")
   (condition-case err
       (let (monitor args result)