From: Stefan Monnier Date: Fri, 9 May 2008 15:31:33 +0000 (+0000) Subject: (vc-dispatcher-selection-set): Typo. X-Git-Tag: emacs-pretest-23.0.90~5678 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=713b6f8126f59c89107e6b17bbbb187dd9dc396a;p=emacs.git (vc-dispatcher-selection-set): Typo. --- 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.