summaryrefslogtreecommitdiff
path: root/lisp/vc-dispatcher.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-05-09 15:31:33 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-05-09 15:31:33 +0000
commit713b6f8126f59c89107e6b17bbbb187dd9dc396a (patch)
tree62e65624105b66290081e115e87f58564fe20eff /lisp/vc-dispatcher.el
parent8243c746a5fd409f6790cd12a6ccd3e8e7e28afa (diff)
downloademacs-713b6f8126f59c89107e6b17bbbb187dd9dc396a.tar.gz
(vc-dispatcher-selection-set): Typo.
Diffstat (limited to 'lisp/vc-dispatcher.el')
-rw-r--r--lisp/vc-dispatcher.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el
index 2970854c019..5a5e15fbc7d 100644
--- a/lisp/vc-dispatcher.el
+++ b/lisp/vc-dispatcher.el
@@ -1336,7 +1336,8 @@ NOT-URGENT means it is ok to continue if the user says not to save."
(eq t (compare-strings buffer-file-name nil (length elem)
elem nil nil))
(eq (current-buffer) (get-file-buffer elem)))
- (setq member t))))))
+ (setq member t))))
+ member))
(defun vc-dispatcher-selection-set ()
"Deduce a set of files to which to apply an operation. Return the fileset.