diff --git a/contrib/mercurial.el b/contrib/mercurial.el --- a/contrib/mercurial.el +++ b/contrib/mercurial.el @@ -846,7 +846,6 @@ Variable hg-log-limit controls the numbe (if (> (length path) (length (hg-root path))) (call-process (hg-binary) nil t nil "log" "-r" rev1 "-r" rev2 path) (call-process (hg-binary) nil t nil "log" "-r" rev1 "-r" rev2)) - (diff-mode) (font-lock-fontify-buffer)))) (defun hg-log-repo (path &optional rev1 rev2)