emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113420: * net/tramp-sh.el (tramp-sh-handle-vc-regis


From: Michael Albinus
Subject: [Emacs-diffs] trunk r113420: * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
Date: Sun, 14 Jul 2013 18:45:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113420
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sun 2013-07-14 20:45:50 +0200
message:
  * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/tramp-sh.el           trampsh.el-20100913133439-a1faifh29eqoi4nh-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-13 19:10:19 +0000
+++ b/lisp/ChangeLog    2013-07-14 18:45:50 +0000
@@ -1,3 +1,7 @@
+2013-07-14  Michael Albinus  <address@hidden>
+
+       * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
+
 2013-07-13  Dmitry Gutov  <address@hidden>
 
        * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight

=== modified file 'lisp/net/tramp-sh.el'
--- a/lisp/net/tramp-sh.el      2013-07-11 09:52:54 +0000
+++ b/lisp/net/tramp-sh.el      2013-07-14 18:45:50 +0000
@@ -3334,7 +3334,8 @@
        ;; `process-file-side-effects' in order to keep the cache when
        ;; `process-file' calls appear.
        (let (process-file-side-effects)
-         (tramp-run-real-handler 'vc-registered (list file)))))))
+         (ignore-errors
+           (tramp-run-real-handler 'vc-registered (list file))))))))
 
 ;;;###tramp-autoload
 (defun tramp-sh-file-name-handler (operation &rest args)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]