]> git.eshelyaron.com Git - emacs.git/commit
Fix problem in remote file notification
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 14 Jun 2019 17:45:00 +0000 (19:45 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 14 Jun 2019 17:45:00 +0000 (19:45 +0200)
commit0518e3ca98e0d6d5d96323d4f4a2246b60fe28d9
treee39cc32c0e1c4874c3bb32d71e18f8e0bae59037
parent1d2e4d22c922f94d6f4b75a5ead18cbc679c5dfe
Fix problem in remote file notification

* lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter)
(tramp-sh-gvfs-monitor-dir-process-filter)
(tramp-sh-inotifywait-process-filter): Do not kill the process.
Let `file-notify-rm-watch' do the job.

* test/lisp/filenotify-tests.el (file-notify-test03-events)
(file-notify-test05-file-validity)
(file-notify-test09-watched-file-in-watched-dir): Do not
special-case remote files.
lisp/net/tramp-sh.el
test/lisp/filenotify-tests.el