changeset 2518:d78ae783499d

mercurial.el: fix misleading indent of code. code was correct, indent was wrong.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 29 Jun 2006 10:35:15 -0700
parents 0086056322da
children deb466fa6957
files contrib/mercurial.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)