changeset 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 50d2e5b7b987
children 603a7e650673
files lisp/ChangeLog lisp/vc-bzr.el
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 18 05:10:51 2008 +0000
+++ b/lisp/ChangeLog	Sun May 18 07:13:08 2008 +0000
@@ -1,3 +1,7 @@
+2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
+
 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
 
 	* calc/calc-yank.el (calc-kill): Make sure that only the stack is
--- 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)