diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2009-08-04 03:29:54 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2009-08-04 03:29:54 +0000 |
commit | 33e8d4fa2d092de82456602f82bc0cde8a0f0f59 (patch) | |
tree | f7c83b57ce9626f0463f2595d70eaeb4457bd3ec /lisp/net | |
parent | 5c0309109e1c467465fbb8618ea05e7b4433b5e2 (diff) | |
download | emacs-33e8d4fa2d092de82456602f82bc0cde8a0f0f59.tar.gz |
* net/tramp-gvfs.el (top): Remove superfluous message when loading
fails.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp-gvfs.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index e4499a52f83..3091197cad8 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -145,7 +145,6 @@ ;; Check that GVFS is available. (unless (dbus-ping :session tramp-gvfs-service-daemon) - (message "GVFS daemon not running") (throw 'tramp-loading nil)) (defconst tramp-gvfs-path-mounttracker "/org/gtk/vfs/mounttracker" |