From: Dan Nicolaescu Date: Mon, 26 May 2008 23:40:15 +0000 (+0000) Subject: (vc-resynch-window): Fix mode-line updating. X-Git-Tag: emacs-pretest-23.0.90~5285 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=592da08ebd14cbc8d15bc63e74326ff9faa83cf3;p=emacs.git (vc-resynch-window): Fix mode-line updating. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f7c3f043c1..383dfdb2c79 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-05-26 Dan Nicolaescu + + * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating. + 2008-05-26 Stefan Monnier * diff-mode.el (diff-context-mid-hunk-header-re): New const. diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el index 8c56b982dbf..2c9b93192a2 100644 --- a/lisp/vc-dispatcher.el +++ b/lisp/vc-dispatcher.el @@ -492,7 +492,7 @@ editing!" (and (not view-mode) (not (eq (get major-mode 'mode-class) 'special)) (view-mode-enter)))) - (run-hook-with-args 'modeline-hook buffer-file-name)) + (run-hook-with-args 'mode-line-hook buffer-file-name)) (kill-buffer (current-buffer))))) (defun vc-resynch-buffer (file &optional keep noquery)