]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-resynch-window): Fix mode-line updating.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 26 May 2008 23:40:15 +0000 (23:40 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 26 May 2008 23:40:15 +0000 (23:40 +0000)
lisp/ChangeLog
lisp/vc-dispatcher.el

index 7f7c3f043c1ad36c8531206932316cc406a6f4dd..383dfdb2c79ad7a5efc6698537e66d17b0d6a2fe 100644 (file)
@@ -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.
index 8c56b982dbf2a7cb72c74248bdbc5b336527f4b8..2c9b93192a285d783491dca6b5766ab34258e55b 100644 (file)
@@ -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)