diff lisp/vc-dispatcher.el @ 95318:685f73a291fb

(vc-resynch-window): Fix mode-line updating.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 26 May 2008 23:40:15 +0000
parents 603a7e650673
children 51b445e6b312
line wrap: on
line diff
--- a/lisp/vc-dispatcher.el	Mon May 26 17:25:44 2008 +0000
+++ b/lisp/vc-dispatcher.el	Mon May 26 23:40:15 2008 +0000
@@ -492,7 +492,7 @@
                     (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)