aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-29 08:53:37 +0000
committerJuanma Barranquero2009-01-29 08:53:37 +0000
commitbcca751d83bb8aacf53fc4e166534cb4e9def821 (patch)
tree64dce2334580737273caa2987881ccbc565da30e /lisp/bindings.el
parent3c8ccebbcd0edfef52b72b06c6a6b329ecea0939 (diff)
downloademacs-bcca751d83bb8aacf53fc4e166534cb4e9def821.tar.gz
emacs-bcca751d83bb8aacf53fc4e166534cb4e9def821.zip
Exclude VCS metadata dirs from completion.
* bindings.el (completion-ignored-extensions): Add entries for VCS metadata directories (CVS/, .svn, etc). * pcvs.el (completion-ignored-extensions): * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific directory, now done in bindings.el.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 36f9489c998..88073a85da1 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -600,6 +600,8 @@ is okay. See `mode-line-format'.")
600 ".a" ".ln" ".blg" ".bbl"))) 600 ".a" ".ln" ".blg" ".bbl")))
601 '(".elc" ".lof" 601 '(".elc" ".lof"
602 ".glo" ".idx" ".lot" 602 ".glo" ".idx" ".lot"
603 ;; VCS metadata directories
604 ".svn/" ".hg/" ".git/" ".bzr/" "CVS/" "_darcs/" "_MTN/"
603 ;; TeX-related 605 ;; TeX-related
604 ".fmt" ".tfm" 606 ".fmt" ".tfm"
605 ;; Java compiled 607 ;; Java compiled