# HG changeset patch # User Dan Nicolaescu # Date 1211094788 0 # Node ID e7ce20fce4c4e6635185ece5c15ab3a3e7f87571 # Parent 50d2e5b7b98761e2306771004c0b0bce3ca6b3cc (vc-bzr-after-dir-status): Remove unused binding. diff -r 50d2e5b7b987 -r e7ce20fce4c4 lisp/ChangeLog --- 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 + + * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding. + 2008-05-18 Jay Belanger * calc/calc-yank.el (calc-kill): Make sure that only the stack is diff -r 50d2e5b7b987 -r e7ce20fce4c4 lisp/vc-bzr.el --- 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)