From: Eric S. Raymond Date: Mon, 5 May 2008 02:43:34 +0000 (+0000) Subject: Typo fix. X-Git-Tag: emacs-pretest-23.0.90~5818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=992c67c50040d58e87df16920cbbb000ca1d3358;p=emacs.git Typo fix. --- diff --git a/lisp/vc.el b/lisp/vc.el index d8af84425ce..9387bf7391a 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -2181,7 +2181,7 @@ outside of VC) and one wants to do some operation on it." (defun vc-generic-status-printer (fileentry) (let* ((file (vc-dir-fileinfo->name fileentry)) - ((backend (vc-responsible-backend file)))) + (backend (vc-responsible-backend file))) (vc-call-backend backend 'status-printer file))) (defun vc-generic-state (file)