]> git.eshelyaron.com Git - emacs.git/commit
Fix vc-default-ignore
authorWolfgang Scherer <wolfgang.scherer@gmx.de>
Sun, 15 Sep 2019 13:03:33 +0000 (15:03 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 Sep 2019 13:03:33 +0000 (15:03 +0200)
commitf144c87f92bb9930c9fdafc39bbcdfbb7c7bb983
tree9616264cc41f28cc58d951e2647d708f7b165403
parentc99c9ec28c440d42a66b737651b1095151d85957
Fix vc-default-ignore

* lisp/vc/vc.el: (vc-default-ignore) Treat FILE parameter as relative
to DIRECTORY parameter.  Construct a file-path relative to directory
of ignore file.  When removing, use properly anchored regexp.  Remove
entire line, not just the match (bug#37217).
lisp/vc/vc.el