diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-05 02:43:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-05 02:43:34 +0000 |
commit | 992c67c50040d58e87df16920cbbb000ca1d3358 (patch) | |
tree | 0e37605d9d6b8646d7d8e48f93d842d1e46d5c4d /lisp | |
parent | 93855d5881f13716ef62d21f2d002bb9926ba009 (diff) | |
download | emacs-992c67c50040d58e87df16920cbbb000ca1d3358.tar.gz |
Typo fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |