diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/vc-bzr.el | 1 |
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 @@ | |||
| 1 | 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding. | ||
| 4 | |||
| 1 | 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com> | 5 | 2008-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) |