]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-dispatcher-selection-set): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 9 May 2008 15:31:33 +0000 (15:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 9 May 2008 15:31:33 +0000 (15:31 +0000)
lisp/vc-dispatcher.el

index 2970854c019ebec0393df6c124267ef80bdd35ae..5a5e15fbc7d740e1b34af4185b28528b64c28d55 100644 (file)
@@ -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.