comparison contrib/mercurial.el @ 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 92ba858ed640
comparison
equal deleted inserted replaced
2517:0086056322da 2518:d78ae783499d
682 Update working directory after pull G C-c h u hg-update 682 Update working directory after pull G C-c h u hg-update
683 See changes that can be pushed G C-c h . hg-outgoing 683 See changes that can be pushed G C-c h . hg-outgoing
684 Push changes G C-c h > hg-push" 684 Push changes G C-c h > hg-push"
685 (unless vc-make-backup-files 685 (unless vc-make-backup-files
686 (set (make-local-variable 'backup-inhibited) t)) 686 (set (make-local-variable 'backup-inhibited) t))
687 (run-hooks 'hg-mode-hook)) 687 (run-hooks 'hg-mode-hook))
688 688
689 (defun hg-find-file-hook () 689 (defun hg-find-file-hook ()
690 (when (hg-mode-line) 690 (when (hg-mode-line)
691 (hg-mode))) 691 (hg-mode)))
692 692