contrib/mercurial.el
changeset 4413 b008deae9910
parent 4412 189a8ca52bfc
child 4433 ba22e867cb23
--- a/contrib/mercurial.el
+++ b/contrib/mercurial.el
@@ -750,8 +750,9 @@ Push changes                          G 
   (run-hooks 'hg-mode-hook))
 
 (defun hg-find-file-hook ()
-  (when (hg-mode-line)
-    (hg-mode)))
+  (ignore-errors
+    (when (hg-mode-line)
+      (hg-mode))))
 
 (add-hook 'find-file-hooks 'hg-find-file-hook)