aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-05-18 07:13:08 +0000
committerDan Nicolaescu2008-05-18 07:13:08 +0000
commit3c9ee7c915c5a630860bc395751fe5591ed7b044 (patch)
treeab420590d8b44a111476cfd9bc6cfca0a47eb23e
parent87bd269a9472f62a7e3a41d5642fc213a790c065 (diff)
downloademacs-3c9ee7c915c5a630860bc395751fe5591ed7b044.tar.gz
emacs-3c9ee7c915c5a630860bc395751fe5591ed7b044.zip
(vc-bzr-after-dir-status): Remove unused binding.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc-bzr.el1
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 40189330206..1397db4779b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
4
12008-05-18 Jay Belanger <jay.p.belanger@gmail.com> 52008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2 6
3 * calc/calc-yank.el (calc-kill): Make sure that only the stack is 7 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el
index fe3f9954827..d9f8a127f3a 100644
--- a/lisp/vc-bzr.el
+++ b/lisp/vc-bzr.el
@@ -575,7 +575,6 @@ stream. Standard error output is discarded."
575;; XXX: this needs testing, it's probably incomplete. 575;; XXX: this needs testing, it's probably incomplete.
576(defun vc-bzr-after-dir-status (update-function) 576(defun vc-bzr-after-dir-status (update-function)
577 (let ((status-str nil) 577 (let ((status-str nil)
578 (file nil)
579 (translation '(("+N" . added) 578 (translation '(("+N" . added)
580 ("-D" . removed) 579 ("-D" . removed)
581 (" M" . edited) 580 (" M" . edited)