diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-02-11 10:26:57 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-02-11 10:26:57 +0100 |
commit | 13f4b518d0bb7cb4536d341a2a2c8d0b76f75f6b (patch) | |
tree | 69aa4224c109494c599a62f3c6238b318d5a1a89 /lisp/net/tramp-archive.el | |
parent | 09465bfa063a62f03ea746685111632a832068b9 (diff) | |
download | emacs-13f4b518d0bb7cb4536d341a2a2c8d0b76f75f6b.tar.gz emacs-13f4b518d0bb7cb4536d341a2a2c8d0b76f75f6b.tar.bz2 emacs-13f4b518d0bb7cb4536d341a2a2c8d0b76f75f6b.zip |
Fix handling of file notifications in tramp-gvfs.el
* lisp/net/tramp-archive.el (tramp-archive-dissect-file-name):
Fix docstring.
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch):
Use consequently "gio monitor".
(tramp-gvfs-monitor-process-filter): Rename from
`tramp-gvfs-monitor-file-process-filter'. Adapt implementation.
* lisp/net/tramp-sh.el (tramp-gio-events): Move this ...
* lisp/net/tramp.el (tramp-gio-events): ... here.
Diffstat (limited to 'lisp/net/tramp-archive.el')
-rw-r--r-- | lisp/net/tramp-archive.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index 5f28756d753..c859ca147e7 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -387,7 +387,7 @@ name of a local copy, if any.") (defun tramp-archive-dissect-file-name (name) "Return a `tramp-file-name' structure. The structure consists of the `tramp-archive-method' method, the -hexlified archive name as host, and the localname. The archive +hexified archive name as host, and the localname. The archive name is kept in slot `hop'" (save-match-data (unless (tramp-archive-file-name-p name) |