]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-mtn-revision-completion-table):Make it work when the arg is a list of files.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 20 Oct 2007 01:13:10 +0000 (01:13 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 20 Oct 2007 01:13:10 +0000 (01:13 +0000)
lisp/ChangeLog
lisp/vc-mtn.el

index eeec0e278ca54288dac9658420f2c62775270de5..de9e1011e40fab38cad3c71497e986d32d9f80db 100644 (file)
@@ -1,10 +1,11 @@
 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * vc-mtn.el (vc-mtn-revision-completion-table):
+       * vc-cvs.el (vc-cvs-revision-completion-table):
+       * vc-arch.el (vc-arch-revision-completion-table):
        * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
        * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
-       * vc-cvs.el (vc-cvs-revision-completion-table):
-       * vc-arch.el (vc-arch-revision-completion-table): Make it work when the
-       arg is a list of files.
+       Make it work when the arg is a list of files.
 
 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index 5365b4d9289332a795a91cc59719f69ecf54685d..0e10738a60d8c08d73788b4f36a9a2d4f93a2f0b 100644 (file)
         (push (match-string 0) ids))
       ids)))
 
-(defun vc-mtn-revision-completion-table (file)
+(defun vc-mtn-revision-completion-table (files)
   ;; TODO: Implement completion for for selectors
   ;; TODO: Implement completion for composite selectors.
-  (lexical-let ((file file))
+  (lexical-let ((files files))
+    ;; What about using `files'?!?  --Stef
     (lambda (string pred action)
       (cond
        ;; "Tag" selectors.