# HG changeset patch # User Vadim Gelfer # Date 1151602515 25200 # Node ID d78ae783499d5917683df939531a6e0df2105c37 # Parent 0086056322dacb4c7f808745cba6e9bda39fbc4f mercurial.el: fix misleading indent of code. code was correct, indent was wrong. diff --git a/contrib/mercurial.el b/contrib/mercurial.el --- a/contrib/mercurial.el +++ b/contrib/mercurial.el @@ -684,7 +684,7 @@ See changes that can be pushed G Push changes G C-c h > hg-push" (unless vc-make-backup-files (set (make-local-variable 'backup-inhibited) t)) - (run-hooks 'hg-mode-hook)) + (run-hooks 'hg-mode-hook)) (defun hg-find-file-hook () (when (hg-mode-line)