comparison lisp/ChangeLog @ 105730:414178e8f10d

(vc-responsible-backend): Throw an error if not backend is found. Remove the REGISTER argument. Move the code dealing with REGISTER ... (vc-get-backend-for-registration): ... here. New function. (vc-deduce-fileset): Call vc-get-backend-for-registration instead of vc-responsible-backend, pass the file name instead of the directory name.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Oct 2009 18:07:38 +0000
parents 65c5d19965b2
children 1528571f6bfd
comparison
equal deleted inserted replaced
105729:15ad48c965e3 105730:414178e8f10d
1 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc.el (vc-responsible-backend): Throw an error if not backend is
4 found. Remove the REGISTER argument. Move the code dealing with
5 REGISTER ...
6 (vc-get-backend-for-registration): ... here. New function.
7 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8 of vc-responsible-backend, pass the file name instead of the
9 directory name.
10
1 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca> 11 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert): 13 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4 New funs. 14 New funs.
5 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string. 15 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.