changeset 4413 | b008deae9910 |
parent 4412 | 189a8ca52bfc |
child 4433 | ba22e867cb23 |
--- a/contrib/mercurial.el Sat May 05 15:50:40 2007 +0900 +++ b/contrib/mercurial.el Sat May 05 15:56:49 2007 +0900 @@ -750,8 +750,9 @@ (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)