From 0dd7dfadf87de58b0c6cac384fd1d64578bceeeb Mon Sep 17 00:00:00 2001 From: Kai Tetzlaff Date: Mon, 18 Oct 2010 08:21:02 +0200 Subject: [PATCH] update auctex, reftex, dvc --- dvc/lisp/bzr.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dvc/lisp/bzr.el b/dvc/lisp/bzr.el index 6b8c80e..b6f27c6 100644 --- a/dvc/lisp/bzr.el +++ b/dvc/lisp/bzr.el @@ -551,13 +551,12 @@ of the commit. Additionally the destination email address can be specified." (ewoc-enter-last dvc-fileinfo-ewoc (make-dvc-fileinfo-message :text msg)))) - (let ((file (match-string-no-properties 2)) - (dir (match-string-no-properties 1))) + (let ((file (match-string-no-properties 1))) (with-current-buffer changes-buffer (ewoc-enter-last dvc-fileinfo-ewoc (make-dvc-fileinfo-file :mark nil - :dir dir + :dir nil :file file :status current-status :more-status ""))))))