mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Declare some completion predicates
* lisp/filenotify.el (file-notify-handle-event): * lisp/net/dbus.el (dbus-handle-event): Declare `completion-predicate'.
This commit is contained in:
parent
986a919523
commit
cb87eeff1b
2 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue