mercurial.el: fix misleading indent of code.
authorVadim Gelfer <vadim.gelfer@gmail.com>
Thu, 29 Jun 2006 10:35:15 -0700
changeset 2518 d78ae783499d
parent 2517 0086056322da
child 2519 deb466fa6957
mercurial.el: fix misleading indent of code. code was correct, indent was wrong.
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)