# 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 -r 0086056322da -r d78ae783499d contrib/mercurial.el --- a/contrib/mercurial.el Thu Jun 29 10:27:09 2006 -0700 +++ b/contrib/mercurial.el Thu Jun 29 10:35:15 2006 -0700 @@ -684,7 +684,7 @@ 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)