diff lisp/vc-bzr.el @ 95077:e7ce20fce4c4

(vc-bzr-after-dir-status): Remove unused binding.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 18 May 2008 07:13:08 +0000
parents 66788c63a40a
children 451f4028c096
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Sun May 18 05:10:51 2008 +0000
+++ b/lisp/vc-bzr.el	Sun May 18 07:13:08 2008 +0000
@@ -575,7 +575,6 @@
 ;; XXX: this needs testing, it's probably incomplete. 
 (defun vc-bzr-after-dir-status (update-function)
   (let ((status-str nil)
-	(file nil)
 	(translation '(("+N" . added)
 		       ("-D" . removed)
 		       (" M" . edited)