]> code.delx.au - gnu-emacs/commit
Introduce `file-notify-valid-p'
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 13 Sep 2015 19:16:40 +0000 (21:16 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 13 Sep 2015 19:16:40 +0000 (21:16 +0200)
commitf6f92e87692c22840deee068408a418d6e04b7e3
tree7b0cf2b60232df1e72af3b153587cba340584c2e
parenta85472bbdcd16b0a695cd75f98b68ee39b86ae2f
Introduce `file-notify-valid-p'

* lisp/filenotify.el (file-notify-valid-p): New defun.
(gfile-valid-p, w32notify-valid-p): Make them an alias to `identity'.

* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist)
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
* lisp/net/tramp-sh.el (tramp-sh-file-name-handler-alist)
* lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist)
<file-notify-valid-p>: Add handler.

* lisp/net/tramp.el (tramp-file-name-for-operation):
Add `file-notify-valid-p'.
(tramp-handle-file-notify-valid-p): New defun.

* src/inotify.c (Finotify_valid_p): New defun.
(syms_of_inotify): Declare Sinotify_valid_p.
lisp/filenotify.el
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
src/inotify.c