update auctex, reftex, dvc

This commit is contained in:
Kai Tetzlaff 2010-10-18 08:21:02 +02:00
parent 3da89da756
commit 0dd7dfadf8

View File

@ -551,13 +551,12 @@ of the commit. Additionally the destination email address can be specified."
(ewoc-enter-last dvc-fileinfo-ewoc (ewoc-enter-last dvc-fileinfo-ewoc
(make-dvc-fileinfo-message (make-dvc-fileinfo-message
:text msg)))) :text msg))))
(let ((file (match-string-no-properties 2)) (let ((file (match-string-no-properties 1)))
(dir (match-string-no-properties 1)))
(with-current-buffer changes-buffer (with-current-buffer changes-buffer
(ewoc-enter-last dvc-fileinfo-ewoc (ewoc-enter-last dvc-fileinfo-ewoc
(make-dvc-fileinfo-file (make-dvc-fileinfo-file
:mark nil :mark nil
:dir dir :dir nil
:file file :file file
:status current-status :status current-status
:more-status "")))))) :more-status ""))))))