diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-05-18 07:13:08 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-05-18 07:13:08 +0000 |
commit | 3c9ee7c915c5a630860bc395751fe5591ed7b044 (patch) | |
tree | ab420590d8b44a111476cfd9bc6cfca0a47eb23e /lisp/vc-bzr.el | |
parent | 87bd269a9472f62a7e3a41d5642fc213a790c065 (diff) | |
download | emacs-3c9ee7c915c5a630860bc395751fe5591ed7b044.tar.gz emacs-3c9ee7c915c5a630860bc395751fe5591ed7b044.tar.bz2 emacs-3c9ee7c915c5a630860bc395751fe5591ed7b044.zip |
(vc-bzr-after-dir-status): Remove unused binding.
Diffstat (limited to 'lisp/vc-bzr.el')
-rw-r--r-- | lisp/vc-bzr.el | 1 |
1 files changed, 0 insertions, 1 deletions
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." ;; 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) |