diff options
| author | Dan Nicolaescu | 2008-05-26 23:40:15 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-05-26 23:40:15 +0000 |
| commit | 592da08ebd14cbc8d15bc63e74326ff9faa83cf3 (patch) | |
| tree | c51cb7051dca19920d5dfa070bc9644838e84afc | |
| parent | bf6970a5f63943e08dfcc94b136f95a23a65dca0 (diff) | |
| download | emacs-592da08ebd14cbc8d15bc63e74326ff9faa83cf3.tar.gz emacs-592da08ebd14cbc8d15bc63e74326ff9faa83cf3.zip | |
(vc-resynch-window): Fix mode-line updating.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/vc-dispatcher.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f7c3f043c1..383dfdb2c79 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-05-26 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating. | ||
| 4 | |||
| 1 | 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * diff-mode.el (diff-context-mid-hunk-header-re): New const. | 7 | * 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!" | |||
| 492 | (and (not view-mode) | 492 | (and (not view-mode) |
| 493 | (not (eq (get major-mode 'mode-class) 'special)) | 493 | (not (eq (get major-mode 'mode-class) 'special)) |
| 494 | (view-mode-enter)))) | 494 | (view-mode-enter)))) |
| 495 | (run-hook-with-args 'modeline-hook buffer-file-name)) | 495 | (run-hook-with-args 'mode-line-hook buffer-file-name)) |
| 496 | (kill-buffer (current-buffer))))) | 496 | (kill-buffer (current-buffer))))) |
| 497 | 497 | ||
| 498 | (defun vc-resynch-buffer (file &optional keep noquery) | 498 | (defun vc-resynch-buffer (file &optional keep noquery) |