diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-05-26 23:40:15 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-05-26 23:40:15 +0000 |
commit | 592da08ebd14cbc8d15bc63e74326ff9faa83cf3 (patch) | |
tree | c51cb7051dca19920d5dfa070bc9644838e84afc /lisp/vc-dispatcher.el | |
parent | bf6970a5f63943e08dfcc94b136f95a23a65dca0 (diff) | |
download | emacs-592da08ebd14cbc8d15bc63e74326ff9faa83cf3.tar.gz emacs-592da08ebd14cbc8d15bc63e74326ff9faa83cf3.tar.bz2 emacs-592da08ebd14cbc8d15bc63e74326ff9faa83cf3.zip |
(vc-resynch-window): Fix mode-line updating.
Diffstat (limited to 'lisp/vc-dispatcher.el')
-rw-r--r-- | lisp/vc-dispatcher.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |