]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-bzr-after-dir-status): Remove unused binding.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 18 May 2008 07:13:08 +0000 (07:13 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 18 May 2008 07:13:08 +0000 (07:13 +0000)
lisp/ChangeLog
lisp/vc-bzr.el

index 40189330206dc555c42ac7e8d26110657dd8a944..1397db4779b1feb18963e7e90367a4816ee70ca9 100644 (file)
@@ -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
index fe3f9954827d67035e2770a0ee86177ea9622088..d9f8a127f3a22f960cfe332da9219f77c5ff0ad2 100644 (file)
@@ -575,7 +575,6 @@ stream.  Standard error output is discarded."
 ;; 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)