changeset 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 6cd40c65aa90
children d76d74f405b8
files lisp/ChangeLog lisp/vc-dispatcher.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 26 17:25:44 2008 +0000
+++ b/lisp/ChangeLog	Mon May 26 23:40:15 2008 +0000
@@ -1,3 +1,7 @@
+2008-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
+
 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* diff-mode.el (diff-context-mid-hunk-header-re): New const.
--- 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)